mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 09:25:25 +00:00
We need to include config.h here so that the #defines are set properly.
llvm-svn: 72148
This commit is contained in:
parent
315dc6b65f
commit
d64df37f4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user