diff options
| -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" | 
