From eb089e4c9ed793508e8b8dba81aa02d23247e79b Mon Sep 17 00:00:00 2001 From: Jim <25770089+faultywarrior@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:48:39 -0600 Subject: [PATCH] Added missing include that caused builds to fail on Fedora 38 (#872) Co-authored-by: faulty --- trunk-recorder/systems/system.h | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk-recorder/systems/system.h b/trunk-recorder/systems/system.h index caad2877a..2b8b4499c 100644 --- a/trunk-recorder/systems/system.h +++ b/trunk-recorder/systems/system.h @@ -8,6 +8,7 @@ #include //#include "../source.h" #include "parser.h" +#include #ifdef __GNUC__ #pragma GCC diagnostic push