From 636abd840ef43ff5bca30f963d6d1cf28f016cf7 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 30 Aug 2024 16:58:28 +0200 Subject: Trying to fix chrono issues --- modules/remote-hip/c++/common.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/remote-hip/c++/common.hpp') diff --git a/modules/remote-hip/c++/common.hpp b/modules/remote-hip/c++/common.hpp index cf1ca93..d2dda5c 100644 --- a/modules/remote-hip/c++/common.hpp +++ b/modules/remote-hip/c++/common.hpp @@ -1,8 +1,9 @@ #pragma once #include -#include -#include + +#define __HIP_PLATFORM_AMD__ +#include namespace saw { namespace rmt { -- cgit v1.2.3