summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-06-06 22:08:04 -0400
committerJeffrey Walton <noloader@gmail.com>2016-06-06 22:08:04 -0400
commite961c2da5b002c6e8601d88546e54c544794fdfd (patch)
tree9ff1611086a4a6133fa88345f108343f69cfa7c9 /stdcpp.h
parent370483c7aaebc3097542738f41c86963ef2d6398 (diff)
downloadcryptopp-git-e961c2da5b002c6e8601d88546e54c544794fdfd.tar.gz
Merge Atomics branch into Master
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdcpp.h b/stdcpp.h
index 22cee7a2..f8f6c783 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -36,6 +36,10 @@ namespace std {
#include <atomic>
#endif
+#if defined(CRYPTOPP_CXX11_SYNCHRONIZATION)
+#include <mutex>
+#endif
+
#include <cstdlib>
#include <cstddef>
#include <cstring>