summaryrefslogtreecommitdiff
path: root/modules/remote-hip/c++/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-hip/c++/common.hpp')
-rw-r--r--modules/remote-hip/c++/common.hpp5
1 files changed, 3 insertions, 2 deletions
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 <forstio/remote/remote.hpp>
-#include <forstio/codec/data.hpp>
-#include <forstio/codec/id_map.hpp>
+
+#define __HIP_PLATFORM_AMD__
+#include <hip/hip_runtime.h>
namespace saw {
namespace rmt {