fix(close #27): Include vector header for Windows g++ compile bugs

This commit is contained in:
Huseyn Ismayilov 2024-12-01 19:00:34 +04:00
parent ecbeeac4fb
commit 3b367f9e5f

View File

@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <vector>
#include <glm/vec3.hpp>
#include <glm/gtc/matrix_transform.hpp>