Browse Source

Added compatibility with a little newer Clang.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/683/merge
Dimitar Dobrev 9 years ago
parent
commit
7b78053f93
  1. 1
      src/CppParser/Parser.cpp

1
src/CppParser/Parser.cpp

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
#include <clang/Lex/DirectoryLookup.h>
#include <clang/Lex/HeaderSearch.h>
#include <clang/Lex/Preprocessor.h>
#include <clang/Lex/PreprocessorOptions.h>
#include <clang/Lex/PreprocessingRecord.h>
#include <clang/Parse/ParseAST.h>
#include <clang/Sema/Sema.h>

Loading…
Cancel
Save