include a missing header, fixes compilation on windows

This commit is contained in:
Anonymissimus 2011-09-12 23:37:01 +00:00
parent 066c950174
commit 044f8ebd00

View file

@ -28,6 +28,8 @@
#include "util.hpp" // for str_cast
#include "foreach.hpp"
#include <time.h>
///todo remove next 1 line
#include <boost/variant.hpp>