diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-06-25 09:31:33 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-06-25 09:31:33 +0000 |
commit | 47d6bf375bcfd2a83041e79afcf5720dde5aa383 (patch) | |
tree | 582f97e0c0061f4fdab0b046dc1b2aabd14180e8 /scintilla/src/ViewStyle.cxx | |
parent | 00fbf8554b38ac1ffe48ccd859a55e1c5a7ba434 (diff) | |
download | notepad2-mod-47d6bf375bcfd2a83041e79afcf5720dde5aa383.zip notepad2-mod-47d6bf375bcfd2a83041e79afcf5720dde5aa383.tar.gz notepad2-mod-47d6bf375bcfd2a83041e79afcf5720dde5aa383.tar.bz2 |
update scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@552 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/ViewStyle.cxx')
-rw-r--r-- | scintilla/src/ViewStyle.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scintilla/src/ViewStyle.cxx b/scintilla/src/ViewStyle.cxx index 3da8058..2c20169 100644 --- a/scintilla/src/ViewStyle.cxx +++ b/scintilla/src/ViewStyle.cxx @@ -7,6 +7,9 @@ #include <string.h>
+#include <vector>
+#include <map>
+
#include "Platform.h"
#include "Scintilla.h"
|