From: Timur Iskhodzhanov Date: Wed, 15 May 2013 09:00:30 +0000 (+0000) Subject: Fix build on Windows X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f1a8d770f27bbce61b102bce5c8461f407843fc2;p=oota-llvm.git Fix build on Windows git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181873 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/Windows.h b/lib/Support/Windows/Windows.h index 2ddd15efa19..4cdac788a0e 100644 --- a/lib/Support/Windows/Windows.h +++ b/lib/Support/Windows/Windows.h @@ -25,6 +25,7 @@ #define WIN32_LEAN_AND_MEAN #include "llvm/Config/config.h" // Get build system configuration settings +#include "llvm/Support/Compiler.h" #include #include #include