diff options
author | nyamatongwe <devnull@localhost> | 2002-10-22 12:04:35 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-10-22 12:04:35 +0000 |
commit | 351bf49e971ff7eb512ae5b2836b50786a626438 (patch) | |
tree | d5c850ec88871dac54312332aa5c2de2005be5c8 /src | |
parent | c97cc827c00c7e2ffe2d3fa745d6ff7ab24cc59d (diff) | |
download | scintilla-mirror-351bf49e971ff7eb512ae5b2836b50786a626438.tar.gz |
Added #include Platform.h to avoid compiler warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexAda.cxx | 2 |
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" |