From 64704ecbc50c20d58bc8270a4af63e310a72b69f Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 7 Jun 2015 15:06:13 +0200 Subject: Fix windows compilability --- platform/windows/os_windows.h | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/windows/os_windows.h') diff --git a/platform/windows/os_windows.h b/platform/windows/os_windows.h index 6b2eb19a76..31e030d02e 100644 --- a/platform/windows/os_windows.h +++ b/platform/windows/os_windows.h @@ -261,6 +261,7 @@ public: virtual Date get_date(bool utc) const; virtual Time get_time(bool utc) const; + virtual TimeZoneInfo get_time_zone_info() const; virtual uint64_t get_unix_time() const; virtual bool can_draw() const; -- cgit v1.2.3