aboutsummaryrefslogtreecommitdiff
path: root/src/bytecode/bytecode.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-06-24 05:14:07 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit33223c7d9a80e821bccce25960f7e48ab425d975 (patch)
tree8ac99827261dbc935198ac467212b7ce41cf925e /src/bytecode/bytecode.c
parentabe41cc2d5413faa8adeb16831f654435b6d0ef0 (diff)
Fix errors from pedantic check
Diffstat (limited to 'src/bytecode/bytecode.c')
-rw-r--r--src/bytecode/bytecode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/bytecode.c b/src/bytecode/bytecode.c
index 8aae03e..6ceacf0 100644
--- a/src/bytecode/bytecode.c
+++ b/src/bytecode/bytecode.c
@@ -1,5 +1,6 @@
#include "../../include/bytecode/bytecode.h"
#include "../../include/std/mem.h"
+#include "../../include/std/log.h"
#include "../../include/ssa/ssa.h"
#include "../../include/parser.h"
#include "../../include/compiler.h"