summaryrefslogtreecommitdiff
path: root/ace/If_Then_Else.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/If_Then_Else.h')
-rw-r--r--ace/If_Then_Else.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/If_Then_Else.h b/ace/If_Then_Else.h
index e9ca33a0631..163219e206b 100644
--- a/ace/If_Then_Else.h
+++ b/ace/If_Then_Else.h
@@ -17,6 +17,10 @@
#ifndef ACE_IF_THEN_ELSE_H
#define ACE_IF_THEN_ELSE_H
+#include "ace/config-lite.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace ACE
{
@@ -80,4 +84,6 @@ namespace ACE
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_IF_THEN_ELSE_H */