Unbreak VC++ build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-01-29 06:27:16 +00:00
parent e212d62a34
commit 2cc2ab96e0

View 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>