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
This commit is contained in:
Owen Anderson 2009-05-20 00:31:29 +00:00
parent 197ca8e939
commit 81e4e9f7cb

View File

@ -14,6 +14,8 @@
#ifndef LLVM_SYSTEM_ATOMIC_H
#define LLVM_SYSTEM_ATOMIC_H
#include "llvm/Config/config.h"
#if defined(_MSC_VER)
#include <windows.h>
#endif