aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-21 11:34:15 +0000
committernyamatongwe <unknown>2009-07-21 11:34:15 +0000
commitb69ac35c0bb267409f67178ce31f3a67f6dbf4e6 (patch)
treecfe1ae342e7b97bd8e6ae4992d44952ff0422cb8
parente9dcbd51978de64ffd354cac35a176a19d819ef4 (diff)
downloadscintilla-mirror-b69ac35c0bb267409f67178ce31f3a67f6dbf4e6.tar.gz
Using PropSetSimple.
-rw-r--r--macosx/ScintillaMacOSX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h
index a8ad5bc5e..6c050abb1 100644
--- a/macosx/ScintillaMacOSX.h
+++ b/macosx/ScintillaMacOSX.h
@@ -27,6 +27,7 @@
#ifdef SCI_LEXER
#include "SciLexer.h"
#include "PropSet.h"
+#include "PropSetSimple.h"
#include "Accessor.h"
#include "KeyWords.h"
#endif