Browse Source

Added missing include caught by the build bot.

pull/288/head
triton 11 years ago
parent
commit
411dd8f8ca
  1. 1
      src/CppParser/Parser.cpp

1
src/CppParser/Parser.cpp

@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
#include <clang/AST/ASTContext.h>
#include <clang/AST/Comment.h>
#include <clang/AST/DeclTemplate.h>
#include <clang/AST/ExprCXX.h>
#include <clang/Lex/DirectoryLookup.h>
#include <clang/Lex/HeaderSearch.h>
#include <clang/Lex/Preprocessor.h>

Loading…
Cancel
Save