Added missing #include <tuple> 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.
This commit is contained in:
Roel Standaert
2017-01-03 10:23:38 -05:00
committed by Howard Hinnant
parent 2935f80109
commit 09537c4e19
+1
View File
@@ -87,6 +87,7 @@
#include <memory>
#include <sstream>
#include <string>
#include <tuple>
#include <vector>
#include <sys/stat.h>