[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:59:57 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1e14b1a7977b: [SystemZ][z/OS] Add missing include to llvm/include/llvm/BinaryFormat/GOFF.h (authored by yusra.syeda).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125921/new/
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.430483.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/e66e53d3/attachment.bin>
More information about the llvm-commits
mailing list