diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-13 22:50:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-13 22:50:21 -0400 |
commit | 7ddb1415b678a4ef00c6391f5c35e8598926ff3d (patch) | |
tree | d88a5d776d279e826092003b3b6e470748ab94bf /amount.h | |
parent | 885355f367f690614bb133dc59e74c1d34c15ab2 (diff) | |
download | fork-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <map> #include <stack> #include <string> +#include <memory> #include <cctype> #include <iostream> #include <sstream> |