Used IWYU to partially clean up some includes
[alexxy/gromacs.git] / src / gromacs / math / do_fit.c
index 95d4b03fb698c6fbcdb03b428d9f1c3a960c9db9..ff2f71fa86ed52dbbf6373dd02190234b7b41a97 100644 (file)
@@ -38,6 +38,9 @@
 
 #include "do_fit.h"
 
+#include <math.h>
+#include <stdio.h>
+
 #include "gromacs/linearalgebra/nrjac.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"