aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-21 11:36:28 +0000
committernyamatongwe <devnull@localhost>2009-07-21 11:36:28 +0000
commit3df32e31a1990f313867dd520d4f288ae882e217 (patch)
tree5a84dc35a621cf5267899fc460c7a6d07bad81a7
parentc6a54ce0ce22fece76c96c214f6640d657d56103 (diff)
downloadscintilla-mirror-3df32e31a1990f313867dd520d4f288ae882e217.tar.gz
Including PropSetSimple.
-rw-r--r--cocoa/ScintillaCocoa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 30f7c797e..6f563431b 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -24,6 +24,7 @@
#ifdef SCI_LEXER
#include "SciLexer.h"
#include "PropSet.h"
+#include "PropSetSimple.h"
#include "Accessor.h"
#include "KeyWords.h"
#endif