diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-31 05:21:44 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-31 05:21:44 +0000 |
commit | 34e5d95a1055db78a2c178575e6e70103f2254ab (patch) | |
tree | d62dee6002fedde16e7d9c9784a66c49e68ae433 /TAO/tests/Xt_Stopwatch | |
parent | e2eb6a8aae4c161175e4a47589c6416dce5b24b4 (diff) | |
download | ATCD-34e5d95a1055db78a2c178575e6e70103f2254ab.tar.gz |
ChangeLogTag:Thu Oct 30 23:23:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Xt_Stopwatch')
-rw-r--r-- | TAO/tests/Xt_Stopwatch/Stopwatch_display.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Stopwatch_display.h b/TAO/tests/Xt_Stopwatch/Stopwatch_display.h index 5466931e9eb..dd62dd9d5eb 100644 --- a/TAO/tests/Xt_Stopwatch/Stopwatch_display.h +++ b/TAO/tests/Xt_Stopwatch/Stopwatch_display.h @@ -15,7 +15,8 @@ #ifndef STOPWATCH_H #define STOPWATCH_H -#include "tao/corba.h" +#include /**/ "ace/pre.h" +#include "tao/ORB_Constants.h" #if defined (ACE_HAS_XT) @@ -49,4 +50,5 @@ private: #endif /*ACE_HAS_XT*/ +#include /**/ "ace/post.h" #endif /* STOPWATCH_H */ |