Fixed compilation on clang / OSX (missing float.h)
This commit is contained in:
parent
b7a949a53e
commit
7de5a42df3
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
|
||||
//#include "PrintExport.hpp"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <unordered_set>
|
||||
|
|
Loading…
Reference in a new issue