summaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-23 04:42:28 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:30 -0400
commitbe9f18ccfe81acdd2f34b27352f2843235fab69b (patch)
tree89bb8aea8ac4d367b1c054eeea5d3fd9f7bb197c /value.h
parentece13a8cf10e9afb576139411f450d8b37ec8e65 (diff)
downloadfork-ledger-be9f18ccfe81acdd2f34b27352f2843235fab69b.tar.gz
fork-ledger-be9f18ccfe81acdd2f34b27352f2843235fab69b.tar.bz2
fork-ledger-be9f18ccfe81acdd2f34b27352f2843235fab69b.zip
Reduced memory consumption of register report.
Diffstat (limited to 'value.h')
-rw-r--r--value.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/value.h b/value.h
index f7a13f05..dc67e66a 100644
--- a/value.h
+++ b/value.h
@@ -8,6 +8,8 @@
#include <vector>
#include <exception>
+#include <boost/shared_ptr.hpp>
+
namespace ledger {
namespace xml {