1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Add missing header, found by modules selfhost.

llvm-svn: 266696
This commit is contained in:
Richard Smith 2016-04-18 23:24:39 +00:00
parent f09765cd99
commit 1de05630f0

View File

@ -18,6 +18,8 @@
#ifndef LLVM_SUPPORT_ATOMICORDERING_H
#define LLVM_SUPPORT_ATOMICORDERING_H
#include <stddef.h>
namespace llvm {
/// Atomic ordering for C11 / C++11's memody models.