pkg-mesa-qcom-git/missing-include.patch
Reza Jahanbakhshi b266aa9256 clover-common patch is applied upstream.
The patch for the missing include file is added.
2022-03-23 19:20:38 +01:00

13 lines
424 B
Diff

diff --git a/src/gallium/frontends/clover/llvm/metadata.hpp b/src/gallium/frontends/clover/llvm/metadata.hpp
index 578a50c0d21..92548c0f0a3 100644
--- a/src/gallium/frontends/clover/llvm/metadata.hpp
+++ b/src/gallium/frontends/clover/llvm/metadata.hpp
@@ -33,6 +33,7 @@
#include <vector>
#include <llvm/Config/llvm-config.h>
+#include <llvm/IR/Constants.h>
#include <llvm/IR/Module.h>
#include <llvm/IR/Metadata.h>