Fix compilation without ENABLE_WEB_SERVICE (#6856)

This commit is contained in:
GPUCode
2023-08-06 12:23:53 -07:00
committed by GitHub
parent aaeba6759e
commit 0048e61fc7
9 changed files with 60 additions and 54 deletions
+2
View File
@@ -405,8 +405,10 @@ private:
/// Image interface
std::shared_ptr<Frontend::ImageInterface> registered_image_interface;
#ifdef ENABLE_SCRIPTING
/// RPC Server for scripting support
std::unique_ptr<RPC::Server> rpc_server;
#endif
std::unique_ptr<Service::FS::ArchiveManager> archive_manager;