summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-04-08 18:19:48 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-04-08 18:19:48 +0000
commit3ba64f7385870f57d82e5ece5a788d9c0bfb23bb (patch)
tree674801ea838c18a87f9eaee5e5d380d67d57dac6
parent0b5c315e198d9228b378d07330c57cfb241ebf17 (diff)
downloadATCD-3ba64f7385870f57d82e5ece5a788d9c0bfb23bb.tar.gz
ChangeLogTag:Tue Apr 8 13:12:25 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ace/Min_Max.h2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4486f273eb3..6da5e86a20c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 8 13:12:25 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/Mon_Max.h: #included config-all.h. This is needed for the
+ header file to be used succesfully. This fixes [BUG 1485 and
+ thanks to Paul Marquis <pmarquis@pobox.com> for reporting this
+ problem.
+
Tue Apr 08 17:01:02 2003 Simon McQueen <sm@prismtechnologies.com>
* apps/mkcsregdb/mkcsregdb.dsp: Changed 'Use run time library'
diff --git a/ace/Min_Max.h b/ace/Min_Max.h
index cac64b2dcbc..b0ab16af6ed 100644
--- a/ace/Min_Max.h
+++ b/ace/Min_Max.h
@@ -17,6 +17,8 @@
#define ACE_MIN_MAX_H
#include "ace/pre.h"
+#include "ace/config-all.h"
+
# if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
# endif /* ACE_LACKS_PRAGMA_ONCE */