diff options
-rw-r--r-- | src/lib/utils/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/semaphore.h b/src/lib/utils/semaphore.h index 84478a8df..431680cb3 100644 --- a/src/lib/utils/semaphore.h +++ b/src/lib/utils/semaphore.h @@ -11,7 +11,7 @@ #include <botan/mutex.h> #if defined(BOTAN_TARGET_OS_HAS_THREADS) -#include <condition_variable> + #include <condition_variable> #endif namespace Botan { |