summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-16 23:53:33 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2023-04-16 23:53:33 +0200
commit1fe7d71cf130074f2b345ebe70f9e76e8899b072 (patch)
tree49823d7cd8720af10c804691903a5c80641fd67d /src/global.h
parent1a6f70ef940f527ab69c6db1e82ae4e9280379da (diff)
downloadfork-ledger-1fe7d71cf130074f2b345ebe70f9e76e8899b072.tar.gz
fork-ledger-1fe7d71cf130074f2b345ebe70f9e76e8899b072.tar.bz2
fork-ledger-1fe7d71cf130074f2b345ebe70f9e76e8899b072.zip
Introduce ledger.hh
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 9607ba1a..4892a471 100644
--- a/src/global.h
+++ b/src/global.h
@@ -37,6 +37,7 @@
*/
#pragma once
+#include <ledger.hh>
#include "option.h"
#include "report.h"