summaryrefslogtreecommitdiff
path: root/zen/time.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2015-10-02 14:56:44 +0200
committerDaniel Wilhelm <daniel@wili.li>2015-10-02 14:56:44 +0200
commitdbb46788aafdd0d55454a8be483743876c83b33e (patch)
tree28e0e00f56611c58059c053d2687289be082cf5c /zen/time.h
parent7.3 (diff)
downloadFreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.gz
FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.bz2
FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.zip
7.4
Diffstat (limited to 'zen/time.h')
-rw-r--r--zen/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/time.h b/zen/time.h
index 9d821a1f..df0f3a54 100644
--- a/zen/time.h
+++ b/zen/time.h
@@ -10,6 +10,7 @@
#include <ctime>
#include "string_tools.h"
+
namespace zen
{
struct TimeComp //replaces "struct std::tm" and SYSTEMTIME
bgstack15