Merge branch 'include-string' of https://github.com/muggenhor/boost-container into muggenhor-include-string

This commit is contained in:
Ion Gaztañaga
2015-12-23 10:28:49 +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>