Merge pull request #805 from lv-zheng/fix_time_t

include ctime header for time_t
This commit is contained in:
Celtic Minstrel 2016-09-29 00:59:33 -04:00 committed by GitHub
commit bbdb7fab38

View file

@ -19,6 +19,7 @@
#include "addon/validation.hpp"
#include <ctime>
#include <set>
#include <map>