diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-22 17:44:27 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-22 17:44:27 +0200 |
commit | 977ac8bce989285eaabc76c4ed8571ce5fd6793a (patch) | |
tree | 08df4e53e4f2ea947662cc6b1d207ed852292474 /modules/remote/c++/remote.hpp | |
parent | fdf1b23129d73b27b28756e77da9b02215878721 (diff) |
wip
Diffstat (limited to 'modules/remote/c++/remote.hpp')
-rw-r--r-- | modules/remote/c++/remote.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/remote/c++/remote.hpp b/modules/remote/c++/remote.hpp index fd6f4e6..72c9cce 100644 --- a/modules/remote/c++/remote.hpp +++ b/modules/remote/c++/remote.hpp @@ -8,6 +8,8 @@ #include <variant> +#include "transfer.hpp" + namespace saw { /** * This class acts as a helper for rpc calls and representing data on the remote. |