summaryrefslogtreecommitdiff
path: root/ace/Timeprobe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timeprobe.h')
-rw-r--r--ace/Timeprobe.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ace/Timeprobe.h b/ace/Timeprobe.h
index e12636a78de..243a8ffaa0c 100644
--- a/ace/Timeprobe.h
+++ b/ace/Timeprobe.h
@@ -40,13 +40,19 @@
#include /**/ "ace/pre.h"
#include "ace/ACE_export.h"
-#include "ace/OS.h"
#include "ace/Malloc_Allocator.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/* Enable ACE Timeprobes */
+#if defined (ACE_ENABLE_TIMEPROBES)
+ #if !defined (ACE_COMPILE_TIMEPROBES)
+ #define ACE_COMPILE_TIMEPROBES
+ #endif /* ACE_COMPILE_TIMEPROBES */
+#endif /* ACE_ENABLE_TIMEPROBES */
+
#if defined (ACE_COMPILE_TIMEPROBES)
/**