From 94555c28462aab05157b41d78505d5753bd97dad Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 14 May 2009 21:33:57 +0000 Subject: [PATCH] Dropped this #include by accident. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71798 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/Atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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