summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/Env_Value_T.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Env_Value_T.h b/ace/Env_Value_T.h
index ba0ffd14ac0..60373636e72 100644
--- a/ace/Env_Value_T.h
+++ b/ace/Env_Value_T.h
@@ -18,6 +18,8 @@
#if !defined (ACE_ENV_VALUE_T_H)
#define ACE_ENV_VALUE_T_H
+#include "ace/OS.h" // Need to get ACE_static_cast definition
+
template <class T>
class ACE_Env_Value
{