summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r--ace/Malloc_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index 76e48919172..d3d81f8706c 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -22,6 +22,10 @@
#include "ace/Malloc.h"
#include "ace/Free_List.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+#pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
template <class T>
class ACE_Cached_Mem_Pool_Node
{