Merge branch 'muggenhor-include-string' into develop

This commit is contained in:
Ion Gaztañaga
2015-12-23 10:28:59 +01:00

View File

@@ -24,6 +24,7 @@
#ifndef BOOST_NO_EXCEPTIONS
#include <stdexcept> //for std exception types
#include <string> //for implicit std::string conversion
#include <new> //for std::bad_alloc
#else
#include <boost/assert.hpp>