VS2019: include <stdexcept> for std::runtime_error

This commit is contained in:
tomcw 2020-01-06 21:08:00 +00:00
parent 087616db29
commit 0f473d44b6
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ typedef UINT64 uint64_t;
#include <string>
#include <vector>
#include <memory>
#include <stdexcept>
// SM_CXPADDEDBORDER is not supported on 2000 & XP:
// http://msdn.microsoft.com/en-nz/library/windows/desktop/ms724385(v=vs.85).aspx