From 885355f367f690614bb133dc59e74c1d34c15ab2 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Thu, 22 May 2008 20:37:50 -0400 Subject: Fix compile errors with gcc 4.3 --- datetime.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'datetime.cc') diff --git a/datetime.cc b/datetime.cc index d766e00c..0a5f5440 100644 --- a/datetime.cc +++ b/datetime.cc @@ -8,6 +8,7 @@ #include #include #include +#include date_t date_t::now(std::time(NULL)); int date_t::current_year = date_t::now.year(); -- cgit v1.2.3