diff --git a/include/cxx/ctime b/include/cxx/ctime index 45b9aadcf64..fa9d2fc211e 100644 --- a/include/cxx/ctime +++ b/include/cxx/ctime @@ -46,6 +46,7 @@ namespace std using ::clock_settime; using ::clock_gettime; using ::mktime; + using ::localtime; using ::gmtime_r; using ::gmtime; using ::strftime;