aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorheavydemon21 <48092678+heavydemon21@users.noreply.github.com>2024-12-11 19:57:04 +0100
committerGitHub <noreply@github.com>2024-12-11 19:57:04 +0100
commit194ee3f192c3343c3ccc28dfa97fed180503ffd4 (patch)
treea717b19dde13c131aa6ddaebd5e23567b9c18de0 /src/test
parent59954bfc14cdb32997a3fb09e6ee1b393a4dc027 (diff)
parent942fd5adcd3e7f73404601933359d22587843f25 (diff)
Merge pull request #71 from lonkaars/niels/UI
pixel to game units for input system
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Profiling.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp
index cc4c637..35f52dc 100644
--- a/src/test/Profiling.cpp
+++ b/src/test/Profiling.cpp
@@ -17,6 +17,7 @@
#include <crepe/api/Rigidbody.h>
#include <crepe/api/Script.h>
#include <crepe/api/Transform.h>
+#include <crepe/facade/SDLContext.h>
#include <crepe/manager/ComponentManager.h>
#include <crepe/manager/EventManager.h>
#include <crepe/system/CollisionSystem.h>