fix ‘tm’ in namespace ‘std’ does not name a type

This commit is contained in:
qPCR4vir 2016-02-27 00:51:00 +01:00
parent fd1904ccc7
commit 0660530cd2

View File

@ -93,6 +93,7 @@ namespace std
#endif #endif
#ifdef STD_put_time_NOT_SUPPORTED #ifdef STD_put_time_NOT_SUPPORTED
#include <ctime>
namespace std namespace std
{ {
//Workaround for no implemenation of std::put_time in gcc < 5. //Workaround for no implemenation of std::put_time in gcc < 5.