Making pal_noalloc self reliant and not depending on inclusion order anymore.
This commit is contained in:
committed by
Matthew Parkinson
parent
7b8cac7931
commit
35346e72c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user