Skip to content

Commit

Permalink
Added missing include that caused builds to fail on Fedora 38 (#872)
Browse files Browse the repository at this point in the history
Co-authored-by: faulty <faulty@evilcomputing.net>
  • Loading branch information
faultywarrior and faulty authored Nov 22, 2023
1 parent 5610104 commit eb089e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/systems/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <stdio.h>
//#include "../source.h"
#include "parser.h"
#include <iomanip>

#ifdef __GNUC__
#pragma GCC diagnostic push
Expand Down

0 comments on commit eb089e4

Please sign in to comment.