msvc build fix

This commit is contained in:
MihailRis
2024-05-06 17:15:48 +03:00
parent 1627e21c1d
commit b3a1cad0e1
5 changed files with 9 additions and 5 deletions
+2
View File
@@ -3,6 +3,8 @@
#include "../../core/DrawContext.hpp"
#include "../../core/Batch2D.hpp"
#include <algorithm>
using namespace gui;
Container::Container(glm::vec2 size) : UINode(size) {