summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-31 05:21:44 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-31 05:21:44 +0000
commit34e5d95a1055db78a2c178575e6e70103f2254ab (patch)
treed62dee6002fedde16e7d9c9784a66c49e68ae433 /TAO/tests/Xt_Stopwatch
parente2eb6a8aae4c161175e4a47589c6416dce5b24b4 (diff)
downloadATCD-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.h4
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 */