Skip to content

needed change to get it running on debian 12.15 (raspberrypi4b) #1

Description

@m0yellow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions