Fix linux build

This commit is contained in:
Corentin Jabot 2021-07-05 17:19:35 +02:00
parent 60095363f4
commit 3197f334d1
1 changed files with 4 additions and 0 deletions

View File

@ -34,4 +34,8 @@ inline bool operator!=(const Position & a, const Position & b) {
return !(a == b);
}
inline bool operator!=(const GridPosition & a, const GridPosition & b) {
return !(a == b);
}
} // namespace pacman