diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-05-18 13:40:49 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-05-18 13:40:49 +1000 |
| commit | c9efe00bbe087414ad1a7888b6605fc25f795766 (patch) | |
| tree | b25744e33ffee95d8d3a6cd04528a1e0d4724118 /win32/PlatWin.cxx | |
| parent | 4f1b943a0396a75cb0b4263c3b8b044f32a74266 (diff) | |
| download | scintilla-mirror-c9efe00bbe087414ad1a7888b6605fc25f795766.tar.gz | |
Add <vector> to files that include Platform.h as likely needed in future.
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index b4fa77250..83bf54178 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -15,8 +15,8 @@ #include <cmath> #include <climits> -#include <vector> #include <string_view> +#include <vector> #include <map> #include <algorithm> #include <memory> |
