Added #include <alogrithm>
This commit is contained in:
parent
5ac1f9716f
commit
06b6e9bf0a
2 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "balance.h"
|
||||
|
||||
#include <deque>
|
||||
#include <algorithm>
|
||||
|
||||
namespace ledger {
|
||||
|
||||
|
|
|
|||
2
walk.cc
2
walk.cc
|
|
@ -3,6 +3,8 @@
|
|||
#include "textual.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace ledger {
|
||||
|
||||
std::list<transaction_xdata_t> transactions_xdata;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue