Skip to content

Commit

Permalink
tle: include ctime to make clang on FreeBSD 12 happy
Browse files Browse the repository at this point in the history
Without the include, time_t is not defined.
  • Loading branch information
jeffpc committed Oct 31, 2019
1 parent a03ce6d commit 3b2268a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tle.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <string>
#include <map>
#include <memory>
#include <ctime>
class SGP4;
class Tle;

Expand Down

0 comments on commit 3b2268a

Please sign in to comment.