Skip to content

Commit beed45b

Browse files
committed
fix: compilation
1 parent 4a41ac4 commit beed45b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lua/functions/lua_functions_loader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Lua {
8383
return static_cast<T>(number);
8484
}
8585

86-
return T{};
86+
return T {};
8787
}
8888

8989
template <typename T>

src/lua/functions/map/house_functions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "game/movement/position.hpp"
1616
#include "io/iologindata.hpp"
1717
#include "map/house/house.hpp"
18+
#include "creatures/players/player.hpp"
1819
#include "lua/functions/lua_functions_loader.hpp"
1920

2021
void HouseFunctions::init(lua_State* L) {

0 commit comments

Comments
 (0)