moved SharedMemory to slsSupportLib

This commit is contained in:
2026-05-27 11:11:28 +02:00
parent 1485f7c6c6
commit 4512e8ca49
10 changed files with 9 additions and 9 deletions
@@ -2,8 +2,8 @@
// Copyright (C) 2021 Contributors to the SLS Detector Package
#define DISABLE_STATIC_ASSERT // to be able to test obsolete shm without isValid
#include "SharedMemory.h"
#include "catch.hpp"
#include "sls/SharedMemory.h"
#include "sls/string_utils.h"
#include <filesystem>