From 3917a3d1601a7273335270ac5d9670898f12f64a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 12 Feb 2025 14:18:17 -0600 Subject: [PATCH] refactor --- .../include/drives/winfsp/remotewinfsp/remote_client.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/repertory/librepertory/include/drives/winfsp/remotewinfsp/remote_client.hpp b/repertory/librepertory/include/drives/winfsp/remotewinfsp/remote_client.hpp index 2c141606..a8a8f7b6 100644 --- a/repertory/librepertory/include/drives/winfsp/remotewinfsp/remote_client.hpp +++ b/repertory/librepertory/include/drives/winfsp/remotewinfsp/remote_client.hpp @@ -26,6 +26,7 @@ #include "comm/packet/packet_client.hpp" #include "drives/remote/remote_open_file_table.hpp" #include "drives/winfsp/remotewinfsp/i_remote_instance.hpp" +#include "types/remote.hpp" namespace repertory { class app_config;