Skip to content

Commit 7b10c16

Browse files
Kyle GrageKyle Grage
authored andcommitted
Included wonder.h
1 parent 8178052 commit 7b10c16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/GameView.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "GameController.h"
1010
#include "Renderer.h"
1111
#include "City.h"
12+
#include "Wonder.h"
1213

1314
using std::make_pair;
1415
using std::pair;

src/Serialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "Settlement.h"
1111
#include "Road.h"
1212
#include "DevelopmentCard.h"
13+
#include "Wonder.h"
1314

1415
using std::map;
1516
using std::runtime_error;

0 commit comments

Comments
 (0)