diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 17:08:27 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 17:08:27 +0100 |
commit | 73be15cee971c3f7b0a96b678e813179aad8633d (patch) | |
tree | 51ecbc391ed62a0077b8cd2e99b745b09020e8a3 /src/test | |
parent | 715be63e514066fec1962f47f85d0754cbf37755 (diff) |
forget includes
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Profiling.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp index cc4c637..825df8d 100644 --- a/src/test/Profiling.cpp +++ b/src/test/Profiling.cpp @@ -21,6 +21,7 @@ #include <crepe/manager/EventManager.h> #include <crepe/system/CollisionSystem.h> #include <crepe/system/ScriptSystem.h> +#include <crepe/facade/SDLContext.h> #include <crepe/types.h> #include <crepe/util/Log.h> |