diff options
Diffstat (limited to 'win32/ScintillaDLL.cxx')
-rw-r--r-- | win32/ScintillaDLL.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/ScintillaDLL.cxx b/win32/ScintillaDLL.cxx index 3e448d848..ca2c91add 100644 --- a/win32/ScintillaDLL.cxx +++ b/win32/ScintillaDLL.cxx @@ -5,6 +5,8 @@ // Copyright 1998-2018 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. +#include <cstdint> + #undef _WIN32_WINNT #define _WIN32_WINNT 0x0500 #undef WINVER |