diff options
author | Cedric Venet <cedric.venet@laposte.net> | 2008-06-27 18:00:09 +0000 |
---|---|---|
committer | Cedric Venet <cedric.venet@laposte.net> | 2008-06-27 18:00:09 +0000 |
commit | 5e950627f9e3b382edcce797b03d968af6717c0b (patch) | |
tree | acce1ba18f6f85dce298d0866dbce7920ddf1523 /include/llvm/Analysis | |
parent | 42af887105c37fb1dba3e197d70d16a34a0bc06f (diff) | |
download | external_llvm-5e950627f9e3b382edcce797b03d968af6717c0b.zip external_llvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.gz external_llvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.bz2 |
Add an include file needed for VS.
Add two new file to codegen project (VS).
This unbreak the build for VS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r-- | include/llvm/Analysis/ValueTracking.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h index e369976..22a605d 100644 --- a/include/llvm/Analysis/ValueTracking.h +++ b/include/llvm/Analysis/ValueTracking.h @@ -16,6 +16,7 @@ #define LLVM_ANALYSIS_VALUETRACKING_H #include <string> +#include <llvm/Support/DataTypes.h> namespace llvm { class Value; |