Skip to content

Commit

Permalink
include ctime header for time_t
Browse files Browse the repository at this point in the history
Missing #include causes compilation error with clang++.
  • Loading branch information
lv-zheng committed Sep 29, 2016
1 parent 090f695 commit 5ed58a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addon/info.hpp
Expand Up @@ -19,6 +19,7 @@

#include "addon/validation.hpp"

#include <ctime>
#include <set>
#include <map>

Expand Down

0 comments on commit 5ed58a9

Please sign in to comment.