summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-13 22:50:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-13 22:50:21 -0400
commit7ddb1415b678a4ef00c6391f5c35e8598926ff3d (patch)
treed88a5d776d279e826092003b3b6e470748ab94bf /amount.h
parent885355f367f690614bb133dc59e74c1d34c15ab2 (diff)
downloadfork-ledger-7ddb1415b678a4ef00c6391f5c35e8598926ff3d.tar.gz
fork-ledger-7ddb1415b678a4ef00c6391f5c35e8598926ff3d.tar.bz2
fork-ledger-7ddb1415b678a4ef00c6391f5c35e8598926ff3d.zip
Added #include lines for building on Debian lenny.
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amount.h b/amount.h
index dfe8d2df..3df04c1d 100644
--- a/amount.h
+++ b/amount.h
@@ -4,6 +4,7 @@
#include <map>
#include <stack>
#include <string>
+#include <memory>
#include <cctype>
#include <iostream>
#include <sstream>