summaryrefslogtreecommitdiff
path: root/ace/Timeprobe_T.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-07 14:52:46 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-07 14:52:46 +0000
commiteab3e964b4ddf58ab58cc93ba3aa5342c980e803 (patch)
tree411833a85d6099354502113960925ff58f485a6d /ace/Timeprobe_T.cpp
parent124a2089af5206d705456bca202713af7707963e (diff)
downloadATCD-eab3e964b4ddf58ab58cc93ba3aa5342c980e803.tar.gz
added #include of ace/Timeprobe.h.
Diffstat (limited to 'ace/Timeprobe_T.cpp')
-rw-r--r--ace/Timeprobe_T.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Timeprobe_T.cpp b/ace/Timeprobe_T.cpp
index 2ee6b4d99d3..0aa6e92fb02 100644
--- a/ace/Timeprobe_T.cpp
+++ b/ace/Timeprobe_T.cpp
@@ -3,6 +3,8 @@
#if !defined (ACE_TIMEPROBE_T_C)
#define ACE_TIMEPROBE_T_C
+#include "ace/Timeprobe.h"
+
#if defined (ACE_COMPILE_TIMEPROBES)
#include "ace/High_Res_Timer.h"