summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-29 06:27:16 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-29 06:27:16 +0000
commit2cc2ab96e0c76ef7445c9221d8138a439112834d (patch)
tree727f04da4e732fae7947d0278e2573c98b6412bb /include/llvm/Support/Timer.h
parente212d62a340798e6c7d59c52b7b72622388ab114 (diff)
downloadllvm-2cc2ab96e0c76ef7445c9221d8138a439112834d.tar.gz
llvm-2cc2ab96e0c76ef7445c9221d8138a439112834d.tar.bz2
llvm-2cc2ab96e0c76ef7445c9221d8138a439112834d.tar.xz
Unbreak VC++ build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Timer.h')
-rw-r--r--include/llvm/Support/Timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h
index 3af688c863..e73b152822 100644
--- a/include/llvm/Support/Timer.h
+++ b/include/llvm/Support/Timer.h
@@ -15,6 +15,7 @@
#ifndef LLVM_SUPPORT_TIMER_H
#define LLVM_SUPPORT_TIMER_H
+#include <llvm/Support/DataTypes.h>
#include <string>
#include <vector>
#include <iosfwd>