diff options
author | nyamatongwe <devnull@localhost> | 2007-04-05 10:50:11 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-04-05 10:50:11 +0000 |
commit | 2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8 (patch) | |
tree | 04c2ad1b9fd3359de89792aeaa9567b9edd56628 /src/ViewStyle.cxx | |
parent | d86e4efcf67d2fe73cd74c01f15318fa95d28f5a (diff) | |
download | scintilla-mirror-2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8.tar.gz |
Implemented decorations which are extended indicators.
Diffstat (limited to 'src/ViewStyle.cxx')
-rw-r--r-- | src/ViewStyle.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index b6b14da9b..403d17a3a 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -10,6 +10,9 @@ #include "Platform.h" #include "Scintilla.h" +#include "SplitVector.h" +#include "Partitioning.h" +#include "RunStyles.h" #include "Indicator.h" #include "XPM.h" #include "LineMarker.h" |