From 4369c970d4e02258b3c53e854faaa34197124a33 Mon Sep 17 00:00:00 2001 From: Marcin Naczk Date: Tue, 22 Feb 2022 13:09:54 +0000 Subject: [PATCH] Upgrade github Action build IGC - Fix build IGC on Ubuntu 22.04 by adding missing include Upstream-Status: Backport Part of: https://github.com/intel/intel-graphics-compiler/commit/4369c970d4e02258b3c53e854faaa34197124a33 Signed-off-by: Anuj Mittal --- diff --git a/visa/iga/IGALibrary/IR/SWSBSetter.hpp b/visa/iga/IGALibrary/IR/SWSBSetter.hpp index 6a2de51ee02..4a6fd8735ce 100644 --- a/visa/iga/IGALibrary/IR/SWSBSetter.hpp +++ b/visa/iga/IGALibrary/IR/SWSBSetter.hpp @@ -15,6 +15,7 @@ SPDX-License-Identifier: MIT #include "Operand.hpp" #include "../ErrorHandler.hpp" #include "RegDeps.hpp" +#include namespace iga {