From 49dc48f1f0463e62ec9ae5eaf12c9688e14c6fb3 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 7 Nov 2025 13:12:07 +0100 Subject: Moving declaration of rmt to common header --- modules/remote-filesystem/c++/remote.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/remote-filesystem/c++/remote.hpp') diff --git a/modules/remote-filesystem/c++/remote.hpp b/modules/remote-filesystem/c++/remote.hpp index 6660a36..1cae83d 100644 --- a/modules/remote-filesystem/c++/remote.hpp +++ b/modules/remote-filesystem/c++/remote.hpp @@ -6,6 +6,7 @@ #include #include "transfer.hpp" +#include "common.hpp" namespace saw { -- cgit v1.2.3