#include Store.h into BasicValueFactory.cpp to provide definitions of StoreRef constructor.

llvm-svn: 127291
This commit is contained in:
Ted Kremenek 2011-03-08 23:39:37 +00:00
parent af4ab4231f
commit 2f1f023283
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
//===----------------------------------------------------------------------===//
#include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
using namespace clang;
using namespace ento;