From 65c1c43c137486e7af73d57546e3716e1080745c 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. llvm-svn: 116330 --- llvm/utils/KillTheDoctor/system_error.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/utils/KillTheDoctor') diff --git a/llvm/utils/KillTheDoctor/system_error.h b/llvm/utils/KillTheDoctor/system_error.h index 941341270dc..e7ecb4406c4 100644 --- a/llvm/utils/KillTheDoctor/system_error.h +++ b/llvm/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