diff options
| author | Julian Blake Kongslie | 2022-06-25 20:56:30 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-25 20:56:30 -0700 |
| commit | b71f9a58a9af53b097aeca2d84413544695643ea (patch) | |
| tree | 9038c0dca5c601b5d51a84612556ca73fa0011a0 /aisa/eval.h | |
| parent | Move git tag generation entirely into the Makefile. (diff) | |
| download | issim-b71f9a58a9af53b097aeca2d84413544695643ea.tar.xz | |
Include what you use.
Diffstat (limited to 'aisa/eval.h')
| -rw-r--r-- | aisa/eval.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include <coroutine> | 3 | #include <coroutine> |
| 4 | #include <optional> | ||
| 5 | #include <utility> | ||
| 6 | #include <vector> | ||
| 4 | 7 | ||
| 5 | #include "aisa/aisa.h" | 8 | #include "aisa/aisa.h" |
| 9 | #include "aisa/coroutine.h" // IWYU pragma: export | ||
| 6 | 10 | ||
| 7 | namespace aisa { | 11 | namespace aisa { |
| 8 | 12 | ||
