summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-18 00:33:07 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-18 00:33:07 +0000
commit797499d081640d4dd2421613901502e36e53a3d1 (patch)
tree59f8fc88d18cecb03ce169bd8055f7e5ca60d55a /ace
parent1abddfdc7ef28304368eadcf4877e27d4d207e4b (diff)
downloadATCD-797499d081640d4dd2421613901502e36e53a3d1.tar.gz
ChangeLogTag:Sun May 18 00:04:17 UTC 2003 Don Hinton <dhinton@dresystems.com>
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
{