Skip to content

Commit

Permalink
Add missing include for cstdint to Visibility.h
Browse files Browse the repository at this point in the history
Summary: We use uint8_t in this header, so we need to include cstdint.

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D47164

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332913 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Teemperor committed May 21, 2018
1 parent bf4bd4f commit d110138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/clang/Basic/Visibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include "clang/Basic/Linkage.h"
#include <cassert>
#include <cstdint>

namespace clang {

Expand Down

0 comments on commit d110138

Please sign in to comment.