OSDN Git Service

Unbreak VC++ build
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 29 Jan 2005 06:27:16 +0000 (06:27 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 29 Jan 2005 06:27:16 +0000 (06:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19908 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Timer.h

index 3af688c..e73b152 100644 (file)
@@ -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>