Skip to content

Commit

Permalink
Merge pull request #5 from JorySchossau/patch-1
Browse files Browse the repository at this point in the history
Fixes #4, gcc 6.2 complaining lrint is undefined.
  • Loading branch information
zhreshold authored Nov 27, 2017
2 parents 0cbf56a + 04a8774 commit a4e9219
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 a4e9219

Please sign in to comment.