diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 84f2eb7c28d0..0ae84e9e4f3f 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -37,6 +37,7 @@ #include <algorithm> #include <functional> #include <string.h> +#include <time.h> namespace /* private */ { typedef std::vector<string_t> string_container_t; |