From 2788a63495f4ac83328e803dc19a2164b56e7bb2 Mon Sep 17 00:00:00 2001 From: OmniaX-Dev Date: Sun, 21 Jun 2026 05:29:16 +0200 Subject: [PATCH] Fixed include bug --- other/build.nr | 2 +- src/ogfx/gui/widgets/CheckBox.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other/build.nr b/other/build.nr index ce21c02..c3bab7e 100644 --- a/other/build.nr +++ b/other/build.nr @@ -1 +1 @@ -2096 +2097 diff --git a/src/ogfx/gui/widgets/CheckBox.hpp b/src/ogfx/gui/widgets/CheckBox.hpp index 2a8d91f..e78908d 100644 --- a/src/ogfx/gui/widgets/CheckBox.hpp +++ b/src/ogfx/gui/widgets/CheckBox.hpp @@ -20,7 +20,7 @@ #pragma once -#include "math/Geometry.hpp" +#include #include namespace ogfx