Skip to content

Commit

Permalink
Fixed some missing math headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Apr 10, 2024
1 parent c0d2352 commit 9dc345d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/smw/objects/moving/WalkingEnemy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include "objects/carriable/CO_Shell.h"
#include "objects/carriable/CO_ThrowBox.h"

#include <cmath>

extern CPlayer* GetPlayerFromGlobalID(short iGlobalID);

extern CMap* g_map;
Expand Down
2 changes: 2 additions & 0 deletions src/smw/objects/overmap/WO_OrbitHazard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "player.h"
#include "ResourceManager.h"

#include <cmath>

extern CResourceManager* rm;


Expand Down

0 comments on commit 9dc345d

Please sign in to comment.