From 6d0d80e59cf415afc6e989e65ac571ba2b453a50 Mon Sep 17 00:00:00 2001 From: unai Date: Wed, 11 Mar 2026 08:16:10 +0000 Subject: [PATCH] fix: not always needed but sometimes the compiler doesn't link random automatically --- src/core/Producer.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/Producer.cxx b/src/core/Producer.cxx index a68e435..9223327 100644 --- a/src/core/Producer.cxx +++ b/src/core/Producer.cxx @@ -4,6 +4,8 @@ #include "Producer.hpp" +#include + #include "SysfsRead.hpp" Producer::Producer(const std::filesystem::path& sysfs_path,