1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add some missing #includes, found by C++ modules selfhost.

llvm-svn: 266500
This commit is contained in:
Richard Smith 2016-04-16 00:42:37 +00:00
parent 0624b3edb7
commit 0024f020dc
2 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#ifndef LLVM_ADT_STLEXTRAS_H
#define LLVM_ADT_STLEXTRAS_H
#include "llvm/Support/Compiler.h"
#include <algorithm> // for std::all_of
#include <cassert>
#include <cstddef> // for std::size_t
@ -27,6 +26,9 @@
#include <memory>
#include <utility> // for std::pair
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Compiler.h"
namespace llvm {
//===----------------------------------------------------------------------===//

View File

@ -17,6 +17,8 @@
#include <type_traits>
#include <utility>
#include "llvm/Support/Compiler.h"
#ifndef __has_feature
#define LLVM_DEFINED_HAS_FEATURE
#define __has_feature(x) 0