diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-08 14:53:52 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-08 14:53:52 +0200 |
commit | 55f8911b2f2634be13ecb639c8af80d162b7c967 (patch) | |
tree | 0ba9665e8346ebd1866329a404207b2d6214ca0f /modules | |
parent | dff51ed712d2d345408e6270057fc0cc4260f61d (diff) |
Fix include
Diffstat (limited to 'modules')
-rw-r--r-- | modules/remote-sycl/c++/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp index 078879f..cb2d73f 100644 --- a/modules/remote-sycl/c++/common.hpp +++ b/modules/remote-sycl/c++/common.hpp @@ -1,6 +1,6 @@ #pragma once -#include <forstio/codec/rpc.hpp> +#include <forstio/codec/remote.hpp> #include <forstio/codec/data.hpp> #include <forstio/codec/id_map.hpp> |