From b71f9a58a9af53b097aeca2d84413544695643ea Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 25 Jun 2022 20:56:30 -0700 Subject: Include what you use. --- aisa/eval.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aisa/eval.h') diff --git a/aisa/eval.h b/aisa/eval.h index 6d65520..30dc617 100644 --- a/aisa/eval.h +++ b/aisa/eval.h @@ -1,8 +1,12 @@ #pragma once #include +#include +#include +#include #include "aisa/aisa.h" +#include "aisa/coroutine.h" // IWYU pragma: export namespace aisa { -- cgit v1.2.3