Making pal_noalloc self reliant and not depending on inclusion order anymore.

This commit is contained in:
David Carlier
2021-03-03 12:19:16 +00:00
committed by Matthew Parkinson
parent 7b8cac7931
commit 35346e72c3

View File

@@ -1,5 +1,10 @@
#ifndef SNMALLOC_PAL_NO_ALLOC_H
#define SNMALLOC_PAL_NO_ALLOC_H
#pragma once
#include <cstring>
namespace snmalloc
{
/**
@@ -78,3 +83,5 @@ namespace snmalloc
}
};
} // namespace snmalloc
#endif