diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-11 20:26:54 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-11 20:26:54 +0200 |
commit | 3f6e60abec9285e803b0e2b380e3fea490b6e392 (patch) | |
tree | 67a7f93dbeba01c34aee589f98f9497d0a84d42b /facetracknoir/timer.hpp | |
parent | e8f28d843af7b181593e58eaaea16816699b8d76 (diff) |
time.h -> ctime
Diffstat (limited to 'facetracknoir/timer.hpp')
-rw-r--r-- | facetracknoir/timer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/timer.hpp b/facetracknoir/timer.hpp index 8eb6b943..35ccd4cc 100644 --- a/facetracknoir/timer.hpp +++ b/facetracknoir/timer.hpp @@ -1,5 +1,5 @@ #pragma once -#include <time.h> +#include <ctime> #if defined (_WIN32) # include <windows.h> static inline void opentrack_clock_gettime(int, struct timespec* ts) |