Skip to content

Commit

Permalink
Fixed compilation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Mar 15, 2018
1 parent 03df05b commit de40b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wrench/services/compute/batch/BatchService.cpp
Expand Up @@ -28,9 +28,12 @@
#ifdef ENABLE_BATSCHED
#include <zmq.hpp>
#include <zmq.h>

#endif

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


XBT_LOG_NEW_DEFAULT_CATEGORY(batch_service, "Log category for Batch Service");
Expand Down

0 comments on commit de40b94

Please sign in to comment.