diff options
author | nyamatongwe <devnull@localhost> | 2003-01-10 11:07:08 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-01-10 11:07:08 +0000 |
commit | 229e187d62ac108b119ef8d959028435ba7abd3c (patch) | |
tree | 93f03a4cfc5e2edd055399f2d1b22bdf3085fa8d /src | |
parent | be1598db7f828991266a0289c893a15b3d508111 (diff) | |
download | scintilla-mirror-229e187d62ac108b119ef8d959028435ba7abd3c.tar.gz |
Added include of new XPM.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/ViewStyle.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 7ac4c61e6..91f2d2d2f 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -2,7 +2,7 @@ /** @file ViewStyle.cxx ** Store information on how the document is to be viewed. **/ -// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <string.h> @@ -11,6 +11,7 @@ #include "Scintilla.h" #include "Indicator.h" +#include "XPM.h" #include "LineMarker.h" #include "Style.h" #include "ViewStyle.h" |