From be2a5269e6a395e0b8b75b9f58bd362923556c47 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 31 Jul 2024 11:01:35 -0500 Subject: [PATCH] Add missing include to fix build break --- libsyclinterface/source/dpctl_sycl_device_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsyclinterface/source/dpctl_sycl_device_manager.cpp b/libsyclinterface/source/dpctl_sycl_device_manager.cpp index 216d384d77..6b284be56b 100644 --- a/libsyclinterface/source/dpctl_sycl_device_manager.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_manager.cpp @@ -32,6 +32,7 @@ #include /* Config */ #include #include +#include #include /* SYCL headers */ #include #include