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/1620181pull/253/merge
parent
60911fe235
commit
6df846ffec
|
|
@ -1,5 +1,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#if CRYPTOPP_MSC_VERSION
|
#if CRYPTOPP_MSC_VERSION
|
||||||
# pragma warning(disable: 4100 4189 4996)
|
# pragma warning(disable: 4100 4189 4996)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue