summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdgl.hpp')
-rw-r--r--src/fdgl.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fdgl.hpp b/src/fdgl.hpp
index 38fded1..1ea5e9d 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -13,8 +13,9 @@
* with Ganv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <float.h>
-#include <math.h>
+#include "ganv-private.h"
+
+#include <cmath>
static const double CHARGE_KE = 4000000.0;
static const double EDGE_K = 16.0;