diff --git a/examples/stepper_details.cpp b/examples/stepper_details.cpp index 0368f8b4..873bfc00 100644 --- a/examples/stepper_details.cpp +++ b/examples/stepper_details.cpp @@ -15,6 +15,7 @@ #include #include +#include #include using namespace std; @@ -119,6 +120,9 @@ int main( int argc , char **argv ) // Symplectic harmonic oscillator example { + using std::placeholders::_1; + using std::placeholders::_2; + double t( 0.0 ) , dt( 0.1 ); //[ symplectic_stepper_detail_example pair< vector_type , vector_type > x;