diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index fcbea7e7e..1c6f5b8c7 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -23,7 +23,7 @@ #include /// for std::atof #include /// for std::function #include /// for IO operations -#include /// for integer allocation +#include /// for integer allocation #include /// for std::map container /**