diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-06 05:33:10 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-06 05:33:10 +0000 |
commit | 9602b5b978c1d7190cdf295a493fee35783c4ca7 (patch) | |
tree | b3020464f834b007aff22e8073725dfe0db6562d /performance-tests | |
parent | b44e116f9f7d0c2b1fa009a82d4d9468aa286bdd (diff) | |
download | ATCD-9602b5b978c1d7190cdf295a493fee35783c4ca7.tar.gz |
ChangeLogTag:Wed May 5 22:30:44 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp b/performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp index 8dbf11e49e6..4507a5d9c04 100644 --- a/performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp +++ b/performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp @@ -9,6 +9,7 @@ #include "ace/Recursive_Thread_Mutex.h" #include "ace/Semaphore.h" #include "ace/Null_Semaphore.h" +#include "ace/Process_Semaphore.h" #include "Baseline_Test.h" template<class LOCK> |