diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-15 07:26:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-15 07:26:58 +0000 |
commit | 539e9b18e64479e1092e0cd52efdb2ad41b4d07d (patch) | |
tree | 38f10a555d401802c9d04f0f67b6765b434af0b9 /include/clang/Analysis/FlowSensitive | |
parent | 72a0b79d204a9ea86aeffe82fa50ea635b4f63e7 (diff) |
Make a couple more headers standalone
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/FlowSensitive')
-rw-r--r-- | include/clang/Analysis/FlowSensitive/DataflowSolver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/FlowSensitive/DataflowSolver.h b/include/clang/Analysis/FlowSensitive/DataflowSolver.h index f505bca951..cbf7010bfd 100644 --- a/include/clang/Analysis/FlowSensitive/DataflowSolver.h +++ b/include/clang/Analysis/FlowSensitive/DataflowSolver.h @@ -16,6 +16,7 @@ #include "clang/Analysis/CFG.h" #include "clang/Analysis/ProgramPoint.h" +#include "clang/Analysis/FlowSensitive/DataflowValues.h" #include "llvm/ADT/SmallPtrSet.h" #include "functional" // STL |