aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-10-22 12:04:35 +0000
committernyamatongwe <unknown>2002-10-22 12:04:35 +0000
commite028727ad938a3f0329f7f99d7fea68bbd508070 (patch)
treed5c850ec88871dac54312332aa5c2de2005be5c8
parent79cfe02e772560da41710e96e827325773183030 (diff)
downloadscintilla-mirror-e028727ad938a3f0329f7f99d7fea68bbd508070.tar.gz
Added #include Platform.h to avoid compiler warnings.
-rw-r--r--src/LexAda.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LexAda.cxx b/src/LexAda.cxx
index 595a05df9..30f0732c7 100644
--- a/src/LexAda.cxx
+++ b/src/LexAda.cxx
@@ -10,6 +10,8 @@
#include <string.h>
#include <stdio.h>
+#include "Platform.h"
+
#include "Accessor.h"
#include "StyleContext.h"
#include "PropSet.h"