aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-10 11:25:45 +0000
committernyamatongwe <devnull@localhost>2003-01-10 11:25:45 +0000
commit10707576073a063c9f9443d88c722d56264b954b (patch)
tree5660c18242052a556c9d523525f4fc39018441c3
parentb50e59cba03e77be03fc45d024f403da4625100b (diff)
downloadscintilla-mirror-10707576073a063c9f9443d88c722d56264b954b.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"