added missing headers
This commit is contained in:
parent
9eb691bd1e
commit
37ae9bf0c2
3 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
#include "error.h"
|
||||
#include "mask.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace ledger {
|
||||
|
||||
entry_t * derive_new_entry(journal_t& journal,
|
||||
|
|
|
|||
1
qif.cc
1
qif.cc
|
|
@ -5,6 +5,7 @@
|
|||
#include "util.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
namespace ledger {
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
#include "debug.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
namespace ledger {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue