Skip to content

Commit

Permalink
Forward declare timeval to allow compilation on environments where PO…
Browse files Browse the repository at this point in the history
…SIX-headers are not available
  • Loading branch information
Lukas Riebel committed May 16, 2020
1 parent f07c470 commit 4e5be49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/main/Seb_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <fstream>
#include <map>
#include <string>
#include <sys/resource.h>
#include <sys/time.h>

struct timeval;

namespace SEB_NAMESPACE {

Expand Down

0 comments on commit 4e5be49

Please sign in to comment.