summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-14 03:24:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-14 03:24:26 +0000
commit1bd67afaa01029636c319fb95cce171233753cdd (patch)
tree1acf3a33a9e8641a0c261d55c6ed2d218410f554 /performance-tests
parent9cc6993de9951ad16c5d2f74c4dcaa4f30c1f4a3 (diff)
downloadATCD-1bd67afaa01029636c319fb95cce171233753cdd.tar.gz
ChangeLogTag:Thu May 13 20:23:12 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test.h5
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: