diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvmc/ConfigLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index 7a9693d..f947da2 100644 --- a/tools/llvmc/ConfigLexer.h +++ b/tools/llvmc/ConfigLexer.h @@ -15,6 +15,7 @@ #include <string> #include <istream> +#include <cassert> namespace llvm { |