Dropped this #include by accident.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2009-05-14 21:33:57 +00:00
parent 87ba22dc67
commit 94555c2846

View File

@ -18,7 +18,7 @@
#include <stdint.h>
#ifdef __APPLE__
#include <libkern/OSAtomic.h>
#elif LLVM_ON_WIN32
#include <windows.h>
#endif