diff options
| author | David Blaikie <dblaikie@gmail.com> | 2017-11-22 21:10:17 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2017-11-22 21:10:17 +0000 |
| commit | c004ffcd427d62bf91ab0c12c38a8113bde12ebe (patch) | |
| tree | 1354a72affcf7c19b9083277ccb4be75d2471ab2 /lld/wasm | |
| parent | 61975b49fe9c999f5f6632817667217306116af4 (diff) | |
| download | bcm5719-llvm-c004ffcd427d62bf91ab0c12c38a8113bde12ebe.tar.gz bcm5719-llvm-c004ffcd427d62bf91ab0c12c38a8113bde12ebe.zip | |
wasm/OutputSegment.h: Include missing header
llvm-svn: 318879
Diffstat (limited to 'lld/wasm')
| -rw-r--r-- | lld/wasm/OutputSegment.h | 1 |
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" |

