Fix test compilation on windows

This commit is contained in:
Thomas Goyne 2013-12-11 15:03:45 -08:00
parent af96b305bf
commit a84e463a06

View file

@ -21,6 +21,7 @@
#include <algorithm> #include <algorithm>
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include <memory>
struct tm; struct tm;