Fix test compilation on windows

This commit is contained in:
Thomas Goyne 2013-12-11 15:03:45 -08:00
parent af96b305bf
commit a84e463a06
1 changed files with 1 additions and 0 deletions

View File

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