diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-29 06:27:16 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-29 06:27:16 +0000 |
| commit | b49177f01760686b58d166d8fb2797f9f0435d14 (patch) | |
| tree | 6c1b38ec6839446d17c10870e28631f9b1e44446 | |
| parent | fe7a9a242ec69084b17ae0ded357b8953cab944a (diff) | |
| download | bcm5719-llvm-b49177f01760686b58d166d8fb2797f9f0435d14.tar.gz bcm5719-llvm-b49177f01760686b58d166d8fb2797f9f0435d14.zip | |
Unbreak VC++ build
llvm-svn: 19908
| -rw-r--r-- | llvm/include/llvm/Support/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Timer.h b/llvm/include/llvm/Support/Timer.h index 3af688c863f..e73b152822c 100644 --- a/llvm/include/llvm/Support/Timer.h +++ b/llvm/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> |

