diff options
author | emmaker <emmaker@myyahoo.com> | 2025-06-02 18:04:46 -0400 |
---|---|---|
committer | emmaker <emmaker@myyahoo.com> | 2025-06-02 18:04:46 -0400 |
commit | 00d70f62235437bd7f473d43c506a1c652236362 (patch) | |
tree | c26c2d51655c28fc950c572b994fde5111ce41f4 /source | |
parent | 9287cf833594d7bccfe3dce2b1f7230496908bcc (diff) |
Include missing header
Diffstat (limited to 'source')
-rwxr-xr-x | source/game/scripting/StarPlayerLuaBindings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/scripting/StarPlayerLuaBindings.cpp b/source/game/scripting/StarPlayerLuaBindings.cpp index ca7c3c2..0f8bdfc 100755 --- a/source/game/scripting/StarPlayerLuaBindings.cpp +++ b/source/game/scripting/StarPlayerLuaBindings.cpp @@ -13,6 +13,7 @@ #include "StarJsonExtra.hpp" #include "StarUniverseClient.hpp" #include "StarTeamClient.hpp" +#include "StarPlayerCodexes.hpp" namespace Star { |