diff options
Diffstat (limited to 'src/compiler/error_helper/error_helper.h')
-rw-r--r-- | src/compiler/error_helper/error_helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/error_helper/error_helper.h b/src/compiler/error_helper/error_helper.h index 3a78c7c..c118fa9 100644 --- a/src/compiler/error_helper/error_helper.h +++ b/src/compiler/error_helper/error_helper.h @@ -1,6 +1,7 @@ #pragma once +#include <compiler/source_code/source_code.h> #include <utils/types.h> -extern void printError(char const *error, SourceCode code, char const *begin, +extern void printError(char const *error, SourceCode *code, char const *begin, char const *end, ...); |