Skip to content

Commit

Permalink
Put back <time.h> from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Sep 23, 2018
1 parent 08213d8 commit e8c8111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/geoip/geoip_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "geoip_main.h"
#include "geoip_natives.h"
#include "geoip_util.h"
#include <ctime>
#include <time.h>

MMDB_s HandleDB;
ke::Vector<ke::AString> LangList;
Expand Down

0 comments on commit e8c8111

Please sign in to comment.