summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/Codecs.h1
-rw-r--r--ace/Unbounded_Set.inl2
-rw-r--r--ace/Unbounded_Set_Ex.inl2
3 files changed, 5 insertions, 0 deletions
diff --git a/ace/Codecs.h b/ace/Codecs.h
index 7e25cee826e..7f73f85afe3 100644
--- a/ace/Codecs.h
+++ b/ace/Codecs.h
@@ -19,6 +19,7 @@
#include "ace/pre.h"
#include "ace/Basic_Types.h"
+#include "ace/Global_Macros.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
diff --git a/ace/Unbounded_Set.inl b/ace/Unbounded_Set.inl
index 3f71cd2b498..9aad60c4a08 100644
--- a/ace/Unbounded_Set.inl
+++ b/ace/Unbounded_Set.inl
@@ -1,6 +1,8 @@
/* -*- C++ -*- */
// $Id$
+#include "ace/Global_Macros.h"
+
template <class T> ACE_INLINE int
ACE_Unbounded_Set<T>::is_empty (void) const
{
diff --git a/ace/Unbounded_Set_Ex.inl b/ace/Unbounded_Set_Ex.inl
index c6f38c7a9a0..989b7666b49 100644
--- a/ace/Unbounded_Set_Ex.inl
+++ b/ace/Unbounded_Set_Ex.inl
@@ -1,6 +1,8 @@
/* -*- C++ -*- */
// $Id$
+#include "ace/Global_Macros.h"
+
template <class T> ACE_INLINE int
ACE_Unbounded_Set_Ex<T>::is_empty (void) const
{