From: Michael J. Spencer Date: Tue, 12 Oct 2010 19:27:44 +0000 (+0000) Subject: KillTheDoctor: Fix VS2008 build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=09203ac3dd5fe8a43a26aab589334ed7907afbf8;p=oota-llvm.git KillTheDoctor: Fix VS2008 build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116330 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/KillTheDoctor/system_error.h b/utils/KillTheDoctor/system_error.h index 941341270dc..e7ecb4406c4 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