summaryrefslogtreecommitdiff
path: root/amount.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-21 16:15:55 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-21 16:15:55 -0400
commitc1e5119e975857002fe4d59e047bb81ae4e5f132 (patch)
tree72f96b4dce8e6a5736963fd8d934065b5a167b51 /amount.cc
parent000bfe1cece3ecbfee8f07a46d1f0b000dbbc983 (diff)
downloadfork-ledger-c1e5119e975857002fe4d59e047bb81ae4e5f132.tar.gz
fork-ledger-c1e5119e975857002fe4d59e047bb81ae4e5f132.tar.bz2
fork-ledger-c1e5119e975857002fe4d59e047bb81ae4e5f132.zip
fixes so that ledger will build optimized
Diffstat (limited to 'amount.cc')
-rw-r--r--amount.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/amount.cc b/amount.cc
index f1ab9c6c..3417986c 100644
--- a/amount.cc
+++ b/amount.cc
@@ -2,6 +2,7 @@
#include "binary.h"
#include "error.h"
#include "util.h"
+#include "debug.h"
#include <deque>