10 lines
247 B
C++
10 lines
247 B
C++
--- include/ConstraintBase.h.orig 2019-04-30 05:23:10 UTC
|
|
+++ include/ConstraintBase.h
|
|
@@ -8,6 +8,7 @@
|
|
----------------------------------------------------------------------*/
|
|
|
|
#include <iostream>
|
|
+#include <float.h>
|
|
|
|
#include "globals.h"
|
|
|