forked from OSchip/llvm-project
Add missing #includes, found by modules build.
llvm-svn: 237194
This commit is contained in:
parent
6a8c5f6403
commit
b2974fd3ce
|
@ -14,6 +14,10 @@
|
|||
#ifndef LLVM_CLANG_BASIC_LINKAGE_H
|
||||
#define LLVM_CLANG_BASIC_LINKAGE_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <utility>
|
||||
|
||||
namespace clang {
|
||||
|
||||
/// \brief Describes the different kinds of linkage
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#ifndef LLVM_CLANG_BASIC_TARGETBUILTINS_H
|
||||
#define LLVM_CLANG_BASIC_TARGETBUILTINS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "clang/Basic/Builtins.h"
|
||||
#undef PPC
|
||||
|
||||
|
|
Loading…
Reference in New Issue