From 09203ac3dd5fe8a43a26aab589334ed7907afbf8 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 12 Oct 2010 19:27:44 +0000 Subject: KillTheDoctor: Fix VS2008 build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116330 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/KillTheDoctor/system_error.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/KillTheDoctor') diff --git a/utils/KillTheDoctor/system_error.h b/utils/KillTheDoctor/system_error.h index 941341270d..e7ecb4406c 100644 --- a/utils/KillTheDoctor/system_error.h +++ b/utils/KillTheDoctor/system_error.h @@ -224,6 +224,11 @@ template <> struct hash; #include #include +#ifdef LLVM_ON_WIN32 + // VS 2008 needs this for some of the defines below. +# include +#endif + namespace llvm { template -- cgit v1.2.3