summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-17 05:04:13 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-17 05:04:13 -0400
commit048d59afbccb859186112f2e6079d85b258d6e6b (patch)
treec2d0cefc3f3cac12083692f4bb7aa45787972254
parent325cf53ea74f7a7fe51fc30103594a3a92989f37 (diff)
downloadfork-ledger-048d59afbccb859186112f2e6079d85b258d6e6b.tar.gz
fork-ledger-048d59afbccb859186112f2e6079d85b258d6e6b.tar.bz2
fork-ledger-048d59afbccb859186112f2e6079d85b258d6e6b.zip
added missing header
-rw-r--r--option.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/option.cc b/option.cc
index 46cfbebe..1010981f 100644
--- a/option.cc
+++ b/option.cc
@@ -1,4 +1,5 @@
#include "option.h"
+#include "debug.h"
#include "util.h"
#include <iostream>