Skip to content

Commit

Permalink
Fixes #4, gcc 6.2 complaining lrint is undefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
JorySchossau authored Nov 26, 2017
1 parent 0cbf56a commit 04a8774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zupply.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
#include <climits>
#include <cassert>
#include <cstring>
#include <cmath>


/*!
Expand Down

0 comments on commit 04a8774

Please sign in to comment.