summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/c++/transfer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-filesystem/c++/transfer.hpp')
-rw-r--r--modules/remote-filesystem/c++/transfer.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/remote-filesystem/c++/transfer.hpp b/modules/remote-filesystem/c++/transfer.hpp
index 59363ed..7f7fa77 100644
--- a/modules/remote-filesystem/c++/transfer.hpp
+++ b/modules/remote-filesystem/c++/transfer.hpp
@@ -1,16 +1,15 @@
#pragma once
#include <forstio/buffer.hpp>
-#include <forstio/remote/transfer.hpp>
+#include <forstio/remote/remote.hpp>
#include <fstream>
#include <cstring>
+#include "common.hpp"
+
namespace saw {
-namespace rmt {
-struct File {};
-}
template<typename Schema, typename Encoding>
class data_server<Schema, Encoding, rmt::File> final : public i_data_server<rmt::File> {
private: