Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Game.h to include missing class #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prestoncarman
Copy link

Missing include of vector class.

Missing include of vector class.
@krs-world
Copy link
Contributor

Game.h? I dont see that include file in our distribution..

GameGrid.h uses vector, but is included in Grid.h, which is part of that include file

@prestoncarman
Copy link
Author

I have an assignment that uses the Game data. As part of the assignment, I am giving the students the game data in the form of a Game object provided by Bridges. When the file is included directly, the Game class has a private member variable of type vector, but does not include vector. This causes a error when no other files include vector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants