Skip to content

Commit

Permalink
Add missing header, found by modules selfhost.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266696 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zygoloid committed Apr 18, 2016
1 parent d3f038d commit d5d6cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/llvm/Support/AtomicOrdering.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5d6cc9

Please sign in to comment.