diff options
Diffstat (limited to 'modules/remote-sycl/c++/rpc.hpp')
| -rw-r--r-- | modules/remote-sycl/c++/rpc.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-sycl/c++/rpc.hpp b/modules/remote-sycl/c++/rpc.hpp index bdc6d6c..3756a5e 100644 --- a/modules/remote-sycl/c++/rpc.hpp +++ b/modules/remote-sycl/c++/rpc.hpp @@ -234,6 +234,7 @@ public: // storage_.maps auto eov = data_server_->template find<typename FuncT::RequestT>(input.get_id()); if(eov.is_error()){ +#include <AdaptiveCpp/sycl/sycl.hpp> return std::move(eov.get_error()); } return eov.get_value(); |
