summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index b42f820a524..3cec86db71d 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -19,6 +19,10 @@
#include "ace/OS.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+#pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
template <class T>
class ACE_Double_Linked_List;