added missing headers

This commit is contained in:
John Wiegley 2005-02-09 22:48:45 +00:00
parent 9eb691bd1e
commit 37ae9bf0c2
3 changed files with 5 additions and 1 deletions

View file

@ -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
View file

@ -5,6 +5,7 @@
#include "util.h"
#include <cstring>
#include <memory>
namespace ledger {

View file

@ -4,7 +4,8 @@
#include "debug.h"
#include <fstream>
#include <stdlib.h>
#include <cstdlib>
#include <cstdio>
namespace ledger {