We need to include config.h here so that the #defines are set properly.

llvm-svn: 72148
This commit is contained in:
Owen Anderson 2009-05-20 00:31:29 +00:00
parent 315dc6b65f
commit d64df37f4c

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