Fixed include bug

This commit is contained in:
OmniaX-Dev 2026-06-21 05:29:16 +02:00
parent 4a4f5a0748
commit 2788a63495
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2096
2097

View file

@ -20,7 +20,7 @@
#pragma once
#include "math/Geometry.hpp"
#include <ostd/math/Geometry.hpp>
#include <ogfx/gui/widgets/Widget.hpp>
namespace ogfx