Include correct headers

This commit is contained in:
duncanspumpkin 2021-05-29 10:27:09 +01:00
parent 98f9f24909
commit cff87c7d72
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include "EntityList.h" #include "EntityList.h"
#include "Sprite.h" #include "Sprite.h"
#include <cmath>
void EntityTweener::PopulateEntities() void EntityTweener::PopulateEntities()
{ {
for (auto ent : EntityList<Guest>()) for (auto ent : EntityList<Guest>())