mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-16 15:06:13 +00:00
VS2019: include <stdexcept> for std::runtime_error
This commit is contained in:
parent
087616db29
commit
0f473d44b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user