summaryrefslogtreecommitdiff
path: root/ace/Min_Max.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Min_Max.h')
-rw-r--r--ace/Min_Max.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Min_Max.h b/ace/Min_Max.h
index 73552f95867..b2f2aed8053 100644
--- a/ace/Min_Max.h
+++ b/ace/Min_Max.h
@@ -2,6 +2,7 @@
// $Id$
#ifndef ACE_MIN_MAX_H
+#include "ace/pre.h"
#define ACE_MIN_MAX_H
// ============================================================================
@@ -72,4 +73,5 @@ ace_range (const T &min, const T &max, const T &val)
# define ACE_MAX(a,b) ace_max((a),(b))
# define ACE_RANGE(a,b,c) ace_range((a),(b),(c))
+#include "ace/post.h"
#endif /* ACE_MIN_MAX_H */