Skip to content

Commit 502ad7e

Browse files
author
scinca
committed
missing include for github actions
1 parent 3a87760 commit 502ad7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Game/Game.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
#include <iostream>
77
#include <raygui.h>
88
#include <raylib.h>
9+
#include <utility>
910
#include "Game.h"
1011
#include "ApplicationConfig.h"
1112

1213

1314

15+
1416
Game::Game(Database *db) : db_(db), state_(GameState::PLAYING), game_map(db_) {
1517
}
1618

0 commit comments

Comments
 (0)