Skip to content

Commit 8aff0b4

Browse files
Kyle GrageKyle Grage
authored andcommitted
adding includes
1 parent f273dac commit 8aff0b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/test_CornerPiece.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include "Settlement.h"
1111
#include "City.h"
1212
#include "Wonder.h"
13+
#include "GameBoard.h"
14+
#include "Player.h"
1315

1416
//TEST CONSTRUCTORS
1517
TEST(Settlement_constructor){

tests/test_Player.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "UnitTest++.h"
99
#include "Player.h"
1010

11+
1112
const int WOOD_INDEX = 0;
1213
const int BRICK_INDEX = 1;
1314
const int ORE_INDEX = 2;

0 commit comments

Comments
 (0)