Skip to content

Commit

Permalink
TESTCORE: fixed missing header include for SDL_VERSION_ATLEAST macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 14, 2024
1 parent 44248e0 commit d4e9221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/testcore/TestApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "core/Var.h"
#include "core/Log.h"
#include <SDL_hints.h>
#include <SDL_version.h>
#include <glm/gtc/type_ptr.hpp>
#ifndef GLM_ENABLE_EXPERIMENTAL
#define GLM_ENABLE_EXPERIMENTAL
Expand Down

0 comments on commit d4e9221

Please sign in to comment.