summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-11-21 01:09:10 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-11-21 01:09:10 +0000
commitc3d72c3cc524b05d278886725831f32c276896cd (patch)
treeed5d4c33b4bf8ddf8bed67351479a05098af9009 /lld/include/lld
parent6c529f7e96b0159413bc0ce6186b2b88ce0afcbc (diff)
downloadbcm5719-llvm-c3d72c3cc524b05d278886725831f32c276896cd.tar.gz
bcm5719-llvm-c3d72c3cc524b05d278886725831f32c276896cd.zip
Make some headers modular by adding missing includes/forward decls.
llvm-svn: 318718
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/ReaderWriter/YamlContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/include/lld/ReaderWriter/YamlContext.h b/lld/include/lld/ReaderWriter/YamlContext.h
index a44ec1d0d7d..b97d21f68e5 100644
--- a/lld/include/lld/ReaderWriter/YamlContext.h
+++ b/lld/include/lld/ReaderWriter/YamlContext.h
@@ -18,6 +18,7 @@
namespace lld {
class File;
class LinkingContext;
+class Registry;
namespace mach_o {
namespace normalized {
struct NormalizedFile;
OpenPOWER on IntegriCloud