]> granicus.if.org Git - clang/commitdiff
Add missing #includes, found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 May 2015 21:48:00 +0000 (21:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 May 2015 21:48:00 +0000 (21:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237194 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Linkage.h
include/clang/Basic/TargetBuiltins.h

index f3b47699cf624d7908066a260be387b454d79e55..8b15c8ed6ee858e9e363378b69237c7b2d40c54c 100644 (file)
 #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 
index 5c5d940d668c9ae65209eb87e6f3cc346fb8e93d..eece4e8de13cf4eed283f28f806c4015d3069028 100644 (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