diff options
author | nyamatongwe <unknown> | 2003-01-10 11:25:45 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-01-10 11:25:45 +0000 |
commit | f06d95b0dad2ce395f3580c0ebd18e0e715865a7 (patch) | |
tree | 5660c18242052a556c9d523525f4fc39018441c3 | |
parent | 296254f682f7c45e573a8e4586eed1b629f33fb1 (diff) | |
download | scintilla-mirror-f06d95b0dad2ce395f3580c0ebd18e0e715865a7.tar.gz |
Added XPM.h as the XPM support has been split out of LineMarker.h.
-rw-r--r-- | gtk/ScintillaGTK.cxx | 1 |
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" |