summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ValueTracking.h
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2008-06-27 18:00:09 +0000
committerCedric Venet <cedric.venet@laposte.net>2008-06-27 18:00:09 +0000
commit5e950627f9e3b382edcce797b03d968af6717c0b (patch)
treeacce1ba18f6f85dce298d0866dbce7920ddf1523 /include/llvm/Analysis/ValueTracking.h
parent42af887105c37fb1dba3e197d70d16a34a0bc06f (diff)
downloadllvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.gz
llvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.bz2
llvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.xz
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/ValueTracking.h')
-rw-r--r--include/llvm/Analysis/ValueTracking.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h
index e369976413..22a605d86f 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;