1 2 3 4 5 6 7 8 9 10 11 12
diff --git a/src/prc/writePRC.h b/src/prc/writePRC.h index d0b4e0e..3bc68ea 100644 --- a/src/prc/writePRC.h +++ b/src/prc/writePRC.h @@ -31,6 +31,7 @@ #include "PRC.h" #include <float.h> #include <math.h> +#include <functional> static const uint32_t m1=(uint32_t)-1; static const double pi=acos(-1.0);