Skip to content

Commit

Permalink
Fix includes in local_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 19, 2023
1 parent b9b0f07 commit 7369cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clib/lib/job_queue/local_driver.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <csignal>
#include <cstdlib>
#include <mutex>
#include <optional>
#include <signal.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <thread>

Expand Down

0 comments on commit 7369cfd

Please sign in to comment.