summaryrefslogtreecommitdiff
path: root/ace/Malloc_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_Base.h')
-rw-r--r--ace/Malloc_Base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Malloc_Base.h b/ace/Malloc_Base.h
index 2d4f95c2a89..2dcd1f998b1 100644
--- a/ace/Malloc_Base.h
+++ b/ace/Malloc_Base.h
@@ -15,6 +15,7 @@
// ============================================================================
#ifndef ACE_MALLOC_BASE_H
+#include "ace/pre.h"
#define ACE_MALLOC_BASE_H
// The definition of this class is located in Malloc.cpp.
@@ -131,4 +132,5 @@ private:
// Must delete the <allocator_> if non-0.
};
+#include "ace/post.h"
#endif /* ACE_MALLOC_BASE_H */