aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-01-10 11:25:45 +0000
committernyamatongwe <unknown>2003-01-10 11:25:45 +0000
commitf06d95b0dad2ce395f3580c0ebd18e0e715865a7 (patch)
tree5660c18242052a556c9d523525f4fc39018441c3
parent296254f682f7c45e573a8e4586eed1b629f33fb1 (diff)
downloadscintilla-mirror-f06d95b0dad2ce395f3580c0ebd18e0e715865a7.tar.gz
Added XPM.h as the XPM support has been split out of LineMarker.h.
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index bd84e1190..f3d20857e 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -32,6 +32,7 @@
#include "CallTip.h"
#include "KeyMap.h"
#include "Indicator.h"
+#include "XPM.h"
#include "LineMarker.h"
#include "Style.h"
#include "AutoComplete.h"