diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-12 15:42:56 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-12 15:42:56 +0200 |
| commit | 4bce6c96d0c49161b840796b277baab7972c0214 (patch) | |
| tree | 5883f6988dea5e5002e55756931ce922cbc5d806 /modules/remote-sycl/c++/common.hpp | |
| parent | af87db21b8c72d16e4f63aba9fcfecd48167e71d (diff) | |
| download | forstio-forstio-4bce6c96d0c49161b840796b277baab7972c0214.tar.gz | |
Fixed and added Array for sycl
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
| -rw-r--r-- | modules/remote-sycl/c++/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp index 3859dad..822dae5 100644 --- a/modules/remote-sycl/c++/common.hpp +++ b/modules/remote-sycl/c++/common.hpp @@ -2,6 +2,7 @@ #include <forstio/remote/remote.hpp> #include <forstio/codec/data.hpp> +#include <forstio/codec/schema_hash.hpp> #include <forstio/codec/id_map.hpp> #include <AdaptiveCpp/CL/sycl.hpp> |
