Fix a compilation error in examples/

llvm-svn: 349278
This commit is contained in:
Kristof Umann 2018-12-15 17:12:38 +00:00
parent 21e270a479
commit be5bbaebb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/CheckerRegistry.h"
#include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
using namespace clang;