forked from OSchip/llvm-project
Add missing header, found by modules selfhost.
llvm-svn: 266696
This commit is contained in:
parent
cceb468f36
commit
3ca0d69530
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue