Add missing include to Visibility.h

llvm-svn: 328923
This commit is contained in:
Eric Fiselier 2018-04-01 00:31:14 +00:00
parent e7c7d70278
commit b97e3621f7
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define LLVM_CLANG_BASIC_VISIBILITY_H
#include "clang/Basic/Linkage.h"
#include <cassert>
namespace clang {