diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 23:11:59 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 23:11:59 +0000 |
commit | d4bced03d8fcba5d22e69d8bacb574236d630e63 (patch) | |
tree | 9833eb149483f16289fee1e181be6f8d57ac4b44 /TAO | |
parent | 13b2639d5f62c5488924ed60ee97a0c5c1d1e3b7 (diff) | |
download | ATCD-d4bced03d8fcba5d22e69d8bacb574236d630e63.tar.gz |
ChangeLogTag: Tue Jul 2 18:01:56 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 5 | ||||
-rw-r--r-- | TAO/tao/AbstractBase.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index a6969780bb7..723fdc98284 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -9,6 +9,11 @@ Tue Jul 2 18:01:56 2002 Jeff Parsons <parsons@cs.wustl.edu> Uninlined the CDR stream operators. + * tao/AbstractBase.cpp: + + Added #include of debug.h, needed by the Debian Minimum Static + build. + Tue Jul 02 16:51:22 2002 Balachandran Natarajan <bala@cs.wustl.edu> * tao/TAO.dsp: diff --git a/TAO/tao/AbstractBase.cpp b/TAO/tao/AbstractBase.cpp index 429a3141f1e..45195f510ab 100644 --- a/TAO/tao/AbstractBase.cpp +++ b/TAO/tao/AbstractBase.cpp @@ -18,6 +18,7 @@ #include "tao/Stub.h" #include "tao/Profile.h" #include "tao/ValueFactory.h" +#include "tao/debug.h" #if defined (TAO_HAS_VALUETYPE) |