Add missing #includes, found by modules build.

llvm-svn: 237194
This commit is contained in:
Richard Smith 2015-05-12 21:48:00 +00:00
parent 6a8c5f6403
commit b2974fd3ce
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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