summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-16 23:32:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-16 23:32:21 -0400
commitbf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc (patch)
tree42d66d690517e073f01ee94ec5416b6e781792aa
parent0005e2887d5a4d42f85c441295a3f64f6e999ca9 (diff)
downloadledger-bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc.tar.gz
ledger-bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc.tar.bz2
ledger-bf6b4581e17dc8d1ab2bdc77620c29710e3c4cfc.zip
Added a header inclusion for <memory>.
-rw-r--r--amount.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/amount.cc b/amount.cc
index 087a9bc5..9aebec26 100644
--- a/amount.cc
+++ b/amount.cc
@@ -4,6 +4,7 @@
#include <list>
#include <sstream>
#include <cstdlib>
+#include <memory>
#include <gmp.h>