add glm includes to Shadows.cpp

This commit is contained in:
MihailRis 2025-10-16 21:10:06 +03:00
parent 408467eed0
commit b0499ced14

View File

@ -3,6 +3,8 @@
#include <GL/glew.h>
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/norm.hpp>
#include <glm/gtc/constants.hpp>
#include "glm/gtc/matrix_transform.hpp"
#include "assets/Assets.hpp"
#include "graphics/core/DrawContext.hpp"