Skip to content

Commit 9afc64a

Browse files
committed
Forgot a couple of includes.
1 parent 21d0ed1 commit 9afc64a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mips/psyqo/coroutine.hh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ SOFTWARE.
2626

2727
#pragma once
2828

29+
#include <EASTL/functional.h>
30+
#include <EASTL/utility.h>
31+
2932
#include <coroutine>
3033
#include <type_traits>
3134

0 commit comments

Comments
 (0)