diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index c861460ae..2298526c5 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -15,6 +15,12 @@ * * @author [ggkogkou](https://github.com/ggkogkou) */ +#include /// for IO operations +#include /// for math functions +#include /// for assert +#include /// for std::atof +#include /// for std::function +#include /// for std::map container /** * @namespace numerical_methods