Fixed include bug
This commit is contained in:
parent
4a4f5a0748
commit
2788a63495
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
2096
|
2097
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "math/Geometry.hpp"
|
#include <ostd/math/Geometry.hpp>
|
||||||
#include <ogfx/gui/widgets/Widget.hpp>
|
#include <ogfx/gui/widgets/Widget.hpp>
|
||||||
|
|
||||||
namespace ogfx
|
namespace ogfx
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue