summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-24 03:51:51 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-24 03:51:51 +0000
commit09344faaa61f3efd14c20d09f566da5342cf54cb (patch)
treefd5dfac8a69a3c1d34cc4a80a9db98396c573bf5
parent8e11023c110c9d328eb458cdeea52733817cd738 (diff)
downloadATCD-09344faaa61f3efd14c20d09f566da5342cf54cb.tar.gz
ChangeLogTag:Tue Jun 24 03:50:21 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/Based_Pointer_Repository.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebb819aa03c..263fd8c22e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 24 03:50:21 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Based_Pointer_Repository.h:
+ Added include of os_stddef.h to pick up size_t.
+
Tue Jun 24 02:00:02 UTC 2003 Don Hinton <dhinton@dresystems.com>
* etc/ace/doxygen:
diff --git a/ace/Based_Pointer_Repository.h b/ace/Based_Pointer_Repository.h
index 7bf1e8ca794..37889a04fda 100644
--- a/ace/Based_Pointer_Repository.h
+++ b/ace/Based_Pointer_Repository.h
@@ -22,6 +22,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/os_include/os_stddef.h"
+
// Forward decl., using the "Cheshire Cat" technique.
class ACE_Based_Pointer_Repository_Rep;