Skip to content
Snippets Groups Projects
Commit 73badc05 authored by Walter's avatar Walter
Browse files

Fixes potentially missing header for newer gcc versions

parent 1985d566
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
****************************/
#include "Integration_abstractTimeIntegrator.hpp"
#include <algorithm>
Integration::AbstractTimeIntegrator::AbstractTimeIntegrator(particleStartMonitoringFctType ionStartMonitorFct) :
particleStartMonitorFct_(std::move(ionStartMonitorFct))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment