[PATCH] D47164: Add missing include for cstdint to Visibility.h
Raphael Isemann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 21 15:31:20 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL332913: Add missing include for cstdint to Visibility.h (authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D47164?vs=147891&id=147892#toc
Repository:
rL LLVM
https://reviews.llvm.org/D47164
Files:
cfe/trunk/include/clang/Basic/Visibility.h
Index: cfe/trunk/include/clang/Basic/Visibility.h
===================================================================
--- cfe/trunk/include/clang/Basic/Visibility.h
+++ cfe/trunk/include/clang/Basic/Visibility.h
@@ -17,6 +17,7 @@
#include "clang/Basic/Linkage.h"
#include <cassert>
+#include <cstdint>
namespace clang {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47164.147892.patch
Type: text/x-patch
Size: 329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180521/87b8f6d6/attachment.bin>
More information about the cfe-commits
mailing list