Added missing header for better VS2019 support.

This commit is contained in:
Steffen Schuemann 2019-05-15 06:18:25 +02:00
parent 91e02dc2c4
commit 61182d039f

View File

@ -142,6 +142,9 @@
#include <stdexcept>
#include <string>
#include <system_error>
#ifdef GHC_OS_WINDOWS
#include <vector>
#endif
#endif // GHC_EXPAND_IMPL
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -