From ec5e0cce91a447fd6840f4d29e8d87f226f1eb61 Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:06:31 +0300 Subject: [PATCH] Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal --- numerical_methods/midpoint_integral_method.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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