diff options
Diffstat (limited to 'src/parse/errors.h')
| -rw-r--r-- | src/parse/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/errors.h b/src/parse/errors.h index 479a785f..55610439 100644 --- a/src/parse/errors.h +++ b/src/parse/errors.h @@ -1,3 +1,4 @@ +#pragma once #include <ctype.h> // IWYU pragma: export #include <stdio.h> // IWYU pragma: export @@ -8,6 +9,7 @@ #include "../stdlib/print.h" // IWYU pragma: export #include "../stdlib/stacktrace.h" // IWYU pragma: export #include "../stdlib/stdlib.h" // IWYU pragma: export +#include "context.h" // IWYU pragma: export #include "utils.h" // IWYU pragma: export // |
