aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-09-23 12:18:36 +0000
committernyamatongwe <unknown>2003-09-23 12:18:36 +0000
commit40e98996463e18f2b081a26f9be8738dfd9a5adb (patch)
tree40101dd4bf2f2500c8a64c1ab65b049e083a84b3
parentb427ff4fabf40f186fdb8f65e41094e1559663ec (diff)
downloadscintilla-mirror-40e98996463e18f2b081a26f9be8738dfd9a5adb.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"