Fix missing include

Add a missing include for std::string.
This commit is contained in:
Christophe Juniet 2013-07-04 18:46:52 +02:00
parent c36e3065d2
commit f1fd8f8f6a

View File

@ -31,6 +31,7 @@
#include <cassert> #include <cassert>
#include <cstring> #include <cstring>
#include <exception> #include <exception>
#include <string>
// Detect whether the compiler supports C++11 rvalue references. // Detect whether the compiler supports C++11 rvalue references.
#if (defined(__GNUC__) && (__GNUC__ > 4 || \ #if (defined(__GNUC__) && (__GNUC__ > 4 || \