diff options
author | nyamatongwe <unknown> | 2002-10-22 12:04:35 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-10-22 12:04:35 +0000 |
commit | e028727ad938a3f0329f7f99d7fea68bbd508070 (patch) | |
tree | d5c850ec88871dac54312332aa5c2de2005be5c8 /src | |
parent | 79cfe02e772560da41710e96e827325773183030 (diff) | |
download | scintilla-mirror-e028727ad938a3f0329f7f99d7fea68bbd508070.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" |