From aed80436a0a5eb12d9cace916167b0f7bd433589 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 00:40:03 -0400 Subject: Splitting out parser more. --- src/parse/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parse/errors.h') 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 // IWYU pragma: export #include // 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 // -- cgit v1.2.3