Fix compilation for some MSVC versions

This commit is contained in:
James Turner 2020-07-04 14:43:44 +01:00
parent fcc5e055ef
commit 286e2967fd

View File

@ -21,6 +21,7 @@
#include "NasalString.hxx"
#include <cassert>
#include <stdexcept> // for std::runtime_error
namespace nasal
{