diff options
Diffstat (limited to 'NorthstarDLL/memalloc.h')
-rw-r--r-- | NorthstarDLL/memalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/memalloc.h b/NorthstarDLL/memalloc.h index fdd6474b..7df68429 100644 --- a/NorthstarDLL/memalloc.h +++ b/NorthstarDLL/memalloc.h @@ -1,6 +1,6 @@ #pragma once -#include "include/rapidjson/document.h" +#include "rapidjson/document.h" //#include "include/rapidjson/allocators.h" extern "C" void* _malloc_base(size_t size); |