aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAda.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-10-22 12:04:35 +0000
committernyamatongwe <devnull@localhost>2002-10-22 12:04:35 +0000
commit351bf49e971ff7eb512ae5b2836b50786a626438 (patch)
treed5c850ec88871dac54312332aa5c2de2005be5c8 /src/LexAda.cxx
parentc97cc827c00c7e2ffe2d3fa745d6ff7ab24cc59d (diff)
downloadscintilla-mirror-351bf49e971ff7eb512ae5b2836b50786a626438.tar.gz
Added #include Platform.h to avoid compiler warnings.
Diffstat (limited to 'src/LexAda.cxx')
-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"