Merge pull request #107 from RicoAntonioFelix/master

Commit to address issue #103...
This commit is contained in:
Neil MacIntosh 2015-09-30 12:15:52 -07:00
commit fcff3fded1

View File

@ -20,7 +20,10 @@
#define GSL_FAIL_FAST_H
#include <exception>
#if defined(GSL_THROWS_FOR_TESTING)
#include <stdexcept>
#endif
namespace gsl
{