summaryrefslogtreecommitdiff
path: root/adhoc.cpp.proto
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-05 00:27:17 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-05 00:27:17 -0400
commit6df846ffec9fb0c0c0aeece686876072ccedafd0 (patch)
treed939112b4dee07577bb31dc9256ca902048c1f3d /adhoc.cpp.proto
parent60911fe235917b9c8505583598a427ff5f1a4b38 (diff)
downloadcryptopp-git-6df846ffec9fb0c0c0aeece686876072ccedafd0.tar.gz
Add <string> header for C++{03|11|14|17} testing
Added after testing revealed Clang 3.6 claimed to support C++14, but it failed to compile a program that included <string>. Also see http://bugs.launchpad.net/ubuntu/+bug/1620181
Diffstat (limited to 'adhoc.cpp.proto')
-rw-r--r--adhoc.cpp.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/adhoc.cpp.proto b/adhoc.cpp.proto
index fce6878c..f150126f 100644
--- a/adhoc.cpp.proto
+++ b/adhoc.cpp.proto
@@ -1,5 +1,6 @@
#include "config.h"
#include <iosfwd>
+#include <string>
#if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4100 4189 4996)