diff options
author | Isaac Hier <isaachier@gmail.com> | 2018-05-23 08:12:14 (GMT) |
---|---|---|
committer | Isaac Hier <isaachier@gmail.com> | 2018-05-23 08:12:14 (GMT) |
commit | 9606604a18ac78165b92099bc822ccbddda32bb7 (patch) | |
tree | a1bb3005efc25dd10c6c056a880a6ad1a143c827 | |
parent | 63696c08425fc1662c5e76280e3cc74fb3769d80 (diff) | |
download | Doxygen-9606604a18ac78165b92099bc822ccbddda32bb7.zip Doxygen-9606604a18ac78165b92099bc822ccbddda32bb7.tar.gz Doxygen-9606604a18ac78165b92099bc822ccbddda32bb7.tar.bz2 |
Include header for CompilationDatabase
-rw-r--r-- | src/clangparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clangparser.cpp b/src/clangparser.cpp index 77151d6..2ea15ee 100644 --- a/src/clangparser.cpp +++ b/src/clangparser.cpp @@ -4,6 +4,7 @@ #if USE_LIBCLANG #include <clang-c/Index.h> +#include "clang/Tooling/CompilationDatabase.h" #include "clang/Tooling/Tooling.h" #include <qfileinfo.h> #include <stdlib.h> |