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 cceb468f36
commit 3ca0d69530
1 changed files with 2 additions and 0 deletions

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.