diff --git a/sycl/test-e2e/ProfilingTag/common.hpp b/sycl/test-e2e/ProfilingTag/common.hpp index bb2c80009b277..bc66762f8483a 100644 --- a/sycl/test-e2e/ProfilingTag/common.hpp +++ b/sycl/test-e2e/ProfilingTag/common.hpp @@ -1,6 +1,8 @@ #pragma once -#include +#include +#include +#include #define CHECK(Counter, Check) \ if (!(Check)) { \