Skip to content

Commit

Permalink
Re-instating missing #include... not what what happened..
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Mar 18, 2018
1 parent 63681f0 commit 2214697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wrench/services/compute/batch/BatchService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
#ifdef ENABLE_BATSCHED
#include <zmq.hpp>
#include <zmq.h>

#include <sys/types.h>
#include <sys/wait.h>
#endif


Expand Down

0 comments on commit 2214697

Please sign in to comment.