From 0094698572ea8f25d5050ae37dbddb0480a77aec Mon Sep 17 00:00:00 2001 From: Alice Date: Fri, 10 Apr 2026 11:31:52 +0200 Subject: [PATCH] WIP --- .../matterhonServer/include/BaseMatterhornServer.h | 4 ++++ slsDetectorServers/matterhonServer/include/StopServer.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/slsDetectorServers/matterhonServer/include/BaseMatterhornServer.h b/slsDetectorServers/matterhonServer/include/BaseMatterhornServer.h index 7dbec3502..64acfedd6 100644 --- a/slsDetectorServers/matterhonServer/include/BaseMatterhornServer.h +++ b/slsDetectorServers/matterhonServer/include/BaseMatterhornServer.h @@ -6,7 +6,11 @@ #include "sls/sls_detector_defs.h" #include "sls/versionAPI.h" #include +#include +#include #include +#include +#include namespace sls { diff --git a/slsDetectorServers/matterhonServer/include/StopServer.h b/slsDetectorServers/matterhonServer/include/StopServer.h index f7a195c32..ff314a69f 100644 --- a/slsDetectorServers/matterhonServer/include/StopServer.h +++ b/slsDetectorServers/matterhonServer/include/StopServer.h @@ -3,7 +3,7 @@ namespace sls { -// TODO: should this inherit from MatterhornServer or a base class +// TODO: should this inherit from MatterhornServer or a base class - depending on virtual or not class StopServer : public MatterhornServer { public: StopServer(uint16_t port);