From 06bb412005cf29ca44721c9c9dfd42c1ceba04f5 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 23 Dec 2025 13:16:01 -0700 Subject: Fix build errors. --- sons_of_sol/private_db/PlayerShip.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sons_of_sol/private_db/PlayerShip.cpp') diff --git a/sons_of_sol/private_db/PlayerShip.cpp b/sons_of_sol/private_db/PlayerShip.cpp index 6e2fb23..4161f79 100644 --- a/sons_of_sol/private_db/PlayerShip.cpp +++ b/sons_of_sol/private_db/PlayerShip.cpp @@ -1,7 +1,8 @@ +#include "glox/GloxCommon.hpp" + #include "sons_of_sol/PlayerShip.hpp" #include "glox/GloxColor.hpp" -#include "glox/GloxCommon.hpp" using namespace glox; using namespace std; -- cgit