subrepo: subdir: "components/etl" merged: "be5537ec" upstream: origin: "git@github.com:ETLCPP/etl.git" branch: "20.41.6" commit: "be5537ec" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
7 lines
129 B
C
7 lines
129 B
C
#include "Config.h"
|
|
|
|
#if defined UNITTEST_POSIX
|
|
#include "Posix/TimeHelpers.h"
|
|
#else
|
|
#include "Win32/TimeHelpers.h"
|
|
#endif
|