diff options
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test.h b/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test.h index f0937f812c7..f56e8001e76 100644 --- a/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test.h +++ b/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test.h @@ -1,13 +1,16 @@ // -*- C++ -*- +// // $Id$ #ifndef ACE_PERFORMANCE_TEST_H #define ACE_PERFORMANCE_TEST_H -#include "Synch_Lib/Benchmark_Base.h" +#include "ace/svc_export.h" #if defined (ACE_HAS_THREADS) +#include "Synch_Lib/Benchmark_Base.h" + class ACE_Svc_Export Performance_Test : public Benchmark_Method_Base { public: |