diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-04 05:22:30 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-05 05:03:52 -0600 |
commit | 5d8cb30774cf630cddd26407202c1cad8568bbef (patch) | |
tree | c97ae3166261d9a0feb78144d380d8cc78f743dd /src/system.hh.in | |
parent | e9108783122ae4d775046ced646b14552f1e184d (diff) | |
download | fork-ledger-5d8cb30774cf630cddd26407202c1cad8568bbef.tar.gz fork-ledger-5d8cb30774cf630cddd26407202c1cad8568bbef.tar.bz2 fork-ledger-5d8cb30774cf630cddd26407202c1cad8568bbef.zip |
Implemented first cut at price conversion logic
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 8f684486..5e5a0c1d 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -157,7 +157,7 @@ typedef std::ostream::pos_type ostream_pos_type; #include <boost/graph/adjacency_list.hpp> #include <boost/graph/filtered_graph.hpp> #include <boost/graph/dijkstra_shortest_paths.hpp> -#include <boost/graph/graph_utility.hpp> +#include <boost/graph/graphviz.hpp> #include <boost/intrusive_ptr.hpp> |