From: David Blaikie Date: Wed, 22 Nov 2017 21:10:17 +0000 (+0000) Subject: wasm/OutputSegment.h: Include missing header X-Git-Tag: llvmorg-6.0.0-rc1~2798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c004ffcd427d62bf91ab0c12c38a8113bde12ebe;p=platform%2Fupstream%2Fllvm.git wasm/OutputSegment.h: Include missing header llvm-svn: 318879 --- diff --git a/lld/wasm/OutputSegment.h b/lld/wasm/OutputSegment.h index edee0ce..9221277 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"