From 33441fa728363998410e5d7f128cd3d26e0bb512 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 11 May 2020 17:51:26 -0400 Subject: common: Add module to get the current time zone. --- src/common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index d1ec8ff08..e6769a5f3 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -148,6 +148,8 @@ add_library(common STATIC thread.h thread_queue_list.h threadsafe_queue.h + time_zone.cpp + time_zone.h timer.cpp timer.h uint128.cpp -- cgit v1.2.3