We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8178052 commit 7b10c16Copy full SHA for 7b10c16
src/GameView.cpp
@@ -9,6 +9,7 @@
9
#include "GameController.h"
10
#include "Renderer.h"
11
#include "City.h"
12
+#include "Wonder.h"
13
14
using std::make_pair;
15
using std::pair;
src/Serialization.cpp
@@ -10,6 +10,7 @@
#include "Settlement.h"
#include "Road.h"
#include "DevelopmentCard.h"
using std::map;
16
using std::runtime_error;
0 commit comments