In file included from /in/compile/io.h:5:0,
from /in/compile/io.cpp:7:
/in/compile/../lab6.h:49:10: error: 'vector' in namespace 'std' does not name a template type
std::vector<std::pair<int, int>> scaredGhosts;
^~~~~~
/in/compile/../lab6.h:50:10: error: 'vector' in namespace 'std' does not name a template type
std::vector<Ghost> ghosts;
^~~~~~
In file included from /in/compile/io.h:5:0,
from /in/compile/map.h:1,
from /in/compile/map.cpp:1:
/in/compile/../lab6.h:49:10: error: 'vector' in namespace 'std' does not name a template type
std::vector<std::pair<int, int>> scaredGhosts;
^~~~~~
/in/compile/../lab6.h:50:10: error: 'vector' in namespace 'std' does not name a template type
std::vector<Ghost> ghosts;
^~~~~~
In file included from /in/compile/io.h:5:0,
from /in/compile/map.h:1,
from /in/compile/main.cpp:1:
/in/compile/../lab6.h:49:10: error: 'vector' in namespace 'std' does not name a template type
std::vector<std::pair<int, int>> scaredGhosts;
^~~~~~
/in/compile/../lab6.h:50:10: error: 'vector' in namespace 'std' does not name a template type
std::vector<Ghost> ghosts;
^~~~~~