summaryrefslogtreecommitdiff
path: root/ace/MEM_SAP.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_SAP.h')
-rw-r--r--ace/MEM_SAP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/MEM_SAP.h b/ace/MEM_SAP.h
index e92a156991b..5f89534ea3b 100644
--- a/ace/MEM_SAP.h
+++ b/ace/MEM_SAP.h
@@ -24,6 +24,8 @@
// MEM_SAP requries position independent pointers to work
#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
+#include "ace/Malloc_T.h"
+#include "ace/MMAP_Memory_Pool.h"
#include "ace/Process_Mutex.h"
class ACE_MEM_SAP;