Changed because config.hpp is not being included

This commit is contained in:
Edward Diener
2020-05-06 11:15:57 -04:00
parent 116cc18560
commit 3b9267be46

View File

@@ -26,7 +26,7 @@
#include <boost/cstdlib.hpp> // for exit codes
#include <ostream> // for ostream
# if defined(BOOST_BORLANDC) && (BOOST_BORLANDC <= 0x0551)
# if defined(__BORLANDC__) && !defined(__clang__) && (__BORLANDC__ <= 0x0551)
# define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT
# endif