From ddcdfa6b84d3207152740ef3bdf39fe5baa19afa Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Wed, 22 Jan 2025 13:50:10 +0000 Subject: [PATCH] SWDEV-508958 - [6.4 Preview] include some used headers Change-Id: I540c422a5ac10189af24a516e57fc804ec67797d --- catch/unit/device/uuidList.cc | 6 ++++-- catch/unit/gcc/LaunchKernel.c | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/catch/unit/device/uuidList.cc b/catch/unit/device/uuidList.cc index bf72069058..e2c7c12ac0 100644 --- a/catch/unit/device/uuidList.cc +++ b/catch/unit/device/uuidList.cc @@ -17,8 +17,10 @@ OUT OF OR INN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -#include -#include +#include +#include +#include + int main() { hipDevice_t device; int devCount; diff --git a/catch/unit/gcc/LaunchKernel.c b/catch/unit/gcc/LaunchKernel.c index beac8346ad..7ca7bee2e3 100644 --- a/catch/unit/gcc/LaunchKernel.c +++ b/catch/unit/gcc/LaunchKernel.c @@ -18,6 +18,7 @@ */ #include +#include #include #include "LaunchKernel.h" #define KNRM "\x1B[0m"