summaryrefslogtreecommitdiff
path: root/datetime.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-04-13 05:04:07 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 05:04:07 -0400
commitc83ec7885bb35a2101690c5290bdd549eca1928e (patch)
treee4cb599029d85b322fae05630552e338bdf698c9 /datetime.cc
parent91234e40abe38d9504ec6eae91bf7531932925a2 (diff)
downloadfork-ledger-c83ec7885bb35a2101690c5290bdd549eca1928e.tar.gz
fork-ledger-c83ec7885bb35a2101690c5290bdd549eca1928e.tar.bz2
fork-ledger-c83ec7885bb35a2101690c5290bdd549eca1928e.zip
Added debug.h include for clean compilation on Debian systems.
Diffstat (limited to 'datetime.cc')
-rw-r--r--datetime.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/datetime.cc b/datetime.cc
index 2e47c554..13789700 100644
--- a/datetime.cc
+++ b/datetime.cc
@@ -2,6 +2,7 @@
#define _XOPEN_SOURCE
#endif
+#include "debug.h"
#include "datetime.h"
#include <ctime>