diff options
Diffstat (limited to 'xfa/fgas/crt/fgas_memory.cpp')
-rw-r--r-- | xfa/fgas/crt/fgas_memory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fgas/crt/fgas_memory.cpp b/xfa/fgas/crt/fgas_memory.cpp index 2bd1e4da83..9176466a61 100644 --- a/xfa/fgas/crt/fgas_memory.cpp +++ b/xfa/fgas/crt/fgas_memory.cpp @@ -6,7 +6,9 @@ #include "xfa/fgas/crt/fgas_memory.h" +#ifndef MEMORY_TOOL_REPLACES_ALLOCATOR #define MEMORY_TOOL_REPLACES_ALLOCATOR // Temporary, for CF testing. +#endif #include <algorithm> |