summaryrefslogtreecommitdiffstats
path: root/lld/wasm/OutputSegment.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-11-22 21:10:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-11-22 21:10:17 +0000
commitc004ffcd427d62bf91ab0c12c38a8113bde12ebe (patch)
tree1354a72affcf7c19b9083277ccb4be75d2471ab2 /lld/wasm/OutputSegment.h
parent61975b49fe9c999f5f6632817667217306116af4 (diff)
downloadbcm5719-llvm-c004ffcd427d62bf91ab0c12c38a8113bde12ebe.tar.gz
bcm5719-llvm-c004ffcd427d62bf91ab0c12c38a8113bde12ebe.zip
wasm/OutputSegment.h: Include missing header
llvm-svn: 318879
Diffstat (limited to 'lld/wasm/OutputSegment.h')
-rw-r--r--lld/wasm/OutputSegment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/wasm/OutputSegment.h b/lld/wasm/OutputSegment.h
index edee0cee20c..9221277a4db 100644
--- a/lld/wasm/OutputSegment.h
+++ b/lld/wasm/OutputSegment.h
@@ -10,6 +10,7 @@
#ifndef LLD_WASM_OUTPUT_SEGMENT_H
#define LLD_WASM_OUTPUT_SEGMENT_H
+#include "InputSegment.h"
#include "lld/Common/ErrorHandler.h"
#include "llvm/Object/Wasm.h"
OpenPOWER on IntegriCloud