Skip to content

Commit

Permalink
use cfloat instead of float.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Nov 24, 2014
1 parent 3083b79 commit 64a8b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry++/include/irtkMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See LICENSE for details

#include <iostream>
#include <cmath>
#include <float.h> // DBL_MAX definition
#include <cfloat> // DBL_MAX definition

/**
Expand Down

0 comments on commit 64a8b37

Please sign in to comment.