diff --git a/stdcpp.h b/stdcpp.h index 517d1089..2d149592 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -28,6 +28,11 @@ #include #include +// R-value references and std::move +#if defined(__cplusplus >= 201103L) +# include +#endif + #ifdef CRYPTOPP_INCLUDE_VECTOR_CC // workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21 #include