From 09537c4e19593e860ddb3741efdbf96d042cc9ec Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Tue, 3 Jan 2017 11:33:44 +0100 Subject: [PATCH] Added missing #include in tz.cpp This is needed for std::tie. GCC and Clang are fine with it missing, but my Visual Studio doesn't like it. --- tz.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tz.cpp b/tz.cpp index d33e204..446cf4b 100644 --- a/tz.cpp +++ b/tz.cpp @@ -87,6 +87,7 @@ #include #include #include +#include #include #include