aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-01-10 11:07:08 +0000
committernyamatongwe <unknown>2003-01-10 11:07:08 +0000
commit58892feac0de5ea68686527e638f6222270bf28f (patch)
tree93f03a4cfc5e2edd055399f2d1b22bdf3085fa8d /src
parent265b37457926befea52ffc34a35b9aea510f4887 (diff)
downloadscintilla-mirror-58892feac0de5ea68686527e638f6222270bf28f.tar.gz
Added include of new XPM.h.
Diffstat (limited to 'src')
-rw-r--r--src/ViewStyle.cxx3
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"