diff options
author | Daniel Wilhelm <daniel@wili.li> | 2015-10-02 14:56:44 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2015-10-02 14:56:44 +0200 |
commit | dbb46788aafdd0d55454a8be483743876c83b33e (patch) | |
tree | 28e0e00f56611c58059c053d2687289be082cf5c /zen/time.h | |
parent | 7.3 (diff) | |
download | FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.gz FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.bz2 FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.zip |
7.4
Diffstat (limited to 'zen/time.h')
-rw-r--r-- | zen/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ #include <ctime> #include "string_tools.h" + namespace zen { struct TimeComp //replaces "struct std::tm" and SYSTEMTIME |