diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-16 23:32:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-16 23:32:21 -0400 |
commit | bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc (patch) | |
tree | 42d66d690517e073f01ee94ec5416b6e781792aa | |
parent | 0005e2887d5a4d42f85c441295a3f64f6e999ca9 (diff) | |
download | ledger-bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc.tar.gz ledger-bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc.tar.bz2 ledger-bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc.zip |
Added a header inclusion for <memory>.
-rw-r--r-- | amount.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <list> #include <sstream> #include <cstdlib> +#include <memory> #include <gmp.h> |