forked from OSchip/llvm-project
[SystemZ][z/OS] Add missing include to llvm/include/llvm/BinaryFormat/GOFF.h
Differential Revision: https://reviews.llvm.org/D125921
This commit is contained in:
parent
35660247dd
commit
1e14b1a797
|
@ -15,6 +15,8 @@
|
|||
#ifndef LLVM_BINARYFORMAT_GOFF_H
|
||||
#define LLVM_BINARYFORMAT_GOFF_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
namespace GOFF {
|
||||
|
|
Loading…
Reference in New Issue