I found your software after finding this old piece of hardware, and to get it to compile on Debian 12.15 on Raspberry4B, only a single line was needed, maybe you want to add this line to the software in general:
diff --git a/device.h b/device.h
index 1b5ed5f..f18880d 100644
--- a/device.h
+++ b/device.h
@@ -4,6 +4,7 @@
#pragma once
+#include <string>
#include <list>
#include <memory>
#include <type_traits>
thank you for the software, it is running now.
I found your software after finding this old piece of hardware, and to get it to compile on Debian 12.15 on Raspberry4B, only a single line was needed, maybe you want to add this line to the software in general:
thank you for the software, it is running now.