diff options
author | crupest <crupest@outlook.com> | 2021-12-04 17:20:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-04 17:20:43 +0800 |
commit | 2317061516b0bd0002467acbead3120cbe49a6c5 (patch) | |
tree | fb43dcc5067631d96ede6718c3fe0030678211f7 /src/ui/UiManager.cpp | |
parent | ff6cb3b468a0d4caf87c2291818d24e0a6d12b39 (diff) | |
download | cru-2317061516b0bd0002467acbead3120cbe49a6c5.tar.gz cru-2317061516b0bd0002467acbead3120cbe49a6c5.tar.bz2 cru-2317061516b0bd0002467acbead3120cbe49a6c5.zip |
...
Diffstat (limited to 'src/ui/UiManager.cpp')
-rw-r--r-- | src/ui/UiManager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp index 78078e74..7f3d3b16 100644 --- a/src/ui/UiManager.cpp +++ b/src/ui/UiManager.cpp @@ -1,5 +1,4 @@ #include "cru/ui/UiManager.hpp" -#include <optional> #include "Helper.hpp" #include "cru/platform/graphics/Brush.hpp" @@ -14,6 +13,8 @@ #include "cru/ui/style/Condition.hpp" #include "cru/ui/style/Styler.hpp" +#include <optional> + namespace cru::ui { using namespace cru::platform::graphics; using namespace cru::ui::style; |