[PATCH] D125921: [SystemZ][z/OS] Add missing include
Yusra Syeda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 12:50:47 PDT 2022
yusra.syeda created this revision.
yusra.syeda added reviewers: mib, Kai, uweigand.
Herald added a project: All.
yusra.syeda requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds a missing include to llvm/include/llvm/BinaryFormat/GOFF.h
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125921
Files:
llvm/include/llvm/BinaryFormat/GOFF.h
Index: llvm/include/llvm/BinaryFormat/GOFF.h
===================================================================
--- llvm/include/llvm/BinaryFormat/GOFF.h
+++ llvm/include/llvm/BinaryFormat/GOFF.h
@@ -15,6 +15,8 @@
#ifndef LLVM_BINARYFORMAT_GOFF_H
#define LLVM_BINARYFORMAT_GOFF_H
+#include "llvm/Support/DataTypes.h"
+
namespace llvm {
namespace GOFF {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125921.430479.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/248d5261/attachment.bin>
More information about the llvm-commits
mailing list