diff --git a/src/mips/psyqo/gpu.hh b/src/mips/psyqo/gpu.hh index 1615805e9..99dea7d72 100644 --- a/src/mips/psyqo/gpu.hh +++ b/src/mips/psyqo/gpu.hh @@ -43,6 +43,7 @@ SOFTWARE. #include "psyqo/primitives/common.hh" #include "psyqo/primitives/control.hh" #include "psyqo/primitives/misc.hh" +#include "psyqo/shared.hh" namespace psyqo { @@ -351,8 +352,8 @@ class GPU { * * @param table The ordering table to chain. */ - template - void chain(OrderingTable &table) { + template + void chain(OrderingTable &table) { chain(&table.m_table[N], &table.m_table[0], 0); scheduleOTC(&table.m_table[N], N + 1); }