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
pull/253/merge
Jeffrey Walton 2016-09-05 00:27:17 -04:00
parent 60911fe235
commit 6df846ffec
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <iosfwd>
#include <string>
#if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4100 4189 4996)