Added #include <alogrithm>

This commit is contained in:
John Wiegley 2005-02-01 00:17:34 +00:00
parent 5ac1f9716f
commit 06b6e9bf0a
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "balance.h"
#include <deque>
#include <algorithm>
namespace ledger {

View file

@ -3,6 +3,8 @@
#include "textual.h"
#include "util.h"
#include <algorithm>
namespace ledger {
std::list<transaction_xdata_t> transactions_xdata;