Skip to content

Commit

Permalink
Include utility header for Child.cpp for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
lsileoni committed May 11, 2024
1 parent 0f16bc8 commit 078eeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/Child.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "Child.hpp"
#include <sys/wait.h>
#include <signal.h>
#include <utility>

Child::~Child()
{
Expand Down

0 comments on commit 078eeb6

Please sign in to comment.