aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorCédric Venet <cedric.venet@laposte.net>2008-06-27 18:00:09 +0000
committerCédric Venet <cedric.venet@laposte.net>2008-06-27 18:00:09 +0000
commite58be24311f7b42cbe61803d0e0c41c11138ca48 (patch)
treeacce1ba18f6f85dce298d0866dbce7920ddf1523 /include/llvm/Analysis
parent3850d853485803362b494866e25a85fc0984ae9e (diff)
downloadexternal_llvm-e58be24311f7b42cbe61803d0e0c41c11138ca48.zip
external_llvm-e58be24311f7b42cbe61803d0e0c41c11138ca48.tar.gz
external_llvm-e58be24311f7b42cbe61803d0e0c41c11138ca48.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.h1
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;