diff options
Diffstat (limited to 'src/jemalloc_cpp.cpp')
-rw-r--r-- | src/jemalloc_cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jemalloc_cpp.cpp b/src/jemalloc_cpp.cpp index 394fbffe..9692b5ba 100644 --- a/src/jemalloc_cpp.cpp +++ b/src/jemalloc_cpp.cpp @@ -1,7 +1,7 @@ #include <mutex> #include <new> -#define JEMALLOC_CPP_CPP_ +#define JEMALLOC_CPP_CPP_ #include "jemalloc/internal/jemalloc_internal.h" // All operators in this file are exported. |