diff options
| author | Greg Smith <unknown> | 2020-06-13 08:07:37 +1000 |
|---|---|---|
| committer | Greg Smith <unknown> | 2020-06-13 08:07:37 +1000 |
| commit | c75aa7cd3bf5000eb4dccc5a108a0974333a4431 (patch) | |
| tree | 9473d2ae50f7328f988eedb13657869e2cbf104e | |
| parent | 48f0363fe07d2d56b1e4d597abcd7db26e15dd80 (diff) | |
| download | scintilla-mirror-c75aa7cd3bf5000eb4dccc5a108a0974333a4431.tar.gz | |
Add include that defines back_inserter.
| -rw-r--r-- | win32/PlatWin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index b474c4552..a71b68c57 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -18,6 +18,7 @@ #include <vector> #include <map> #include <algorithm> +#include <iterator> #include <memory> #include <mutex> |
