From 1dd53ce54c2008e3a11a636a496853cf6f9a5d65 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 24 Jan 2020 09:11:53 +0100 Subject: Convert hash map to gc, implement more instructions and call command --- include/bytecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bytecode.h') diff --git a/include/bytecode.h b/include/bytecode.h index 06ebf19..912da89 100644 --- a/include/bytecode.h +++ b/include/bytecode.h @@ -2,7 +2,7 @@ #define TSL_BYTECODE_H #include "std/buffer.h" -#include "std/string_view.h" +#include "string_view.h" #include "value.h" #include -- cgit v1.2.3