citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7779fb0aab31154edf21ba9de08f14ce0633345a
parent dadafcea64fa7cf7ae58c4625aa8ad7f8d562005
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sun, 24 Oct 2021 23:35:50 +0000

new include file needed for clang-11

Diffstat:
Minst/visitor.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/inst/visitor.cc b/inst/visitor.cc @@ -16,6 +16,7 @@ #include "visitor.h" #include <clang/AST/AST.h> +#include <clang/Basic/SourceManager.h> #include <clang/Lex/Lexer.h> #include <sstream> #include <string>