aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-09-23 12:18:36 +0000
committernyamatongwe <devnull@localhost>2003-09-23 12:18:36 +0000
commit67f9e4f455f8c75d2e07bfe564579006dfd8f268 (patch)
tree40101dd4bf2f2500c8a64c1ab65b049e083a84b3
parent20a87ca97e5febb25f1abb16722a43ee1e06130d (diff)
downloadscintilla-mirror-67f9e4f455f8c75d2e07bfe564579006dfd8f268.tar.gz
Added Platform.h as it includes compile pragmas to avoid
unwanted warnings.
-rw-r--r--src/LexYAML.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LexYAML.cxx b/src/LexYAML.cxx
index da9816408..156ca279d 100644
--- a/src/LexYAML.cxx
+++ b/src/LexYAML.cxx
@@ -10,6 +10,8 @@
#include <ctype.h>
#include <stdio.h>
+#include "Platform.h"
+
#include "PropSet.h"
#include "Accessor.h"
#include "KeyWords.h"