From: Owen Anderson Date: Wed, 20 May 2009 00:31:29 +0000 (+0000) Subject: We need to include config.h here so that the #defines are set properly. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=81e4e9f7cb8bff4f164c415c062a216774445c47;p=oota-llvm.git We need to include config.h here so that the #defines are set properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/System/Atomic.h b/include/llvm/System/Atomic.h index 38388a4b28a..946ae740e77 100644 --- a/include/llvm/System/Atomic.h +++ b/include/llvm/System/Atomic.h @@ -14,6 +14,8 @@ #ifndef LLVM_SYSTEM_ATOMIC_H #define LLVM_SYSTEM_ATOMIC_H +#include "llvm/Config/config.h" + #if defined(_MSC_VER) #include #endif