summaryrefslogtreecommitdiff
path: root/ace/Env_Value_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Env_Value_T.h')
-rw-r--r--ace/Env_Value_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Env_Value_T.h b/ace/Env_Value_T.h
index 60373636e72..2ff9b18323d 100644
--- a/ace/Env_Value_T.h
+++ b/ace/Env_Value_T.h
@@ -20,6 +20,10 @@
#include "ace/OS.h" // Need to get ACE_static_cast definition
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+#pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
template <class T>
class ACE_Env_Value
{