From: Owen Anderson Date: Thu, 14 May 2009 21:33:57 +0000 (+0000) Subject: Dropped this #include by accident. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94555c28462aab05157b41d78505d5753bd97dad;p=oota-llvm.git Dropped this #include by accident. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71798 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/System/Atomic.h b/include/llvm/System/Atomic.h index 3f788074d9b..2f95e0f7fbb 100644 --- a/include/llvm/System/Atomic.h +++ b/include/llvm/System/Atomic.h @@ -18,7 +18,7 @@ #include #ifdef __APPLE__ - +#include #elif LLVM_ON_WIN32 #include #endif