diff options
author | crupest <crupest@outlook.com> | 2022-01-03 20:02:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-03 20:02:11 +0800 |
commit | 9bd6a3a18422e8d176ecb52471af69db41d6683c (patch) | |
tree | 371bd5466763783eed17447fe4c4f1ae66870d4d /include/cru/ui/style/ApplyBorderStyleInfo.hpp | |
parent | 5ff760f4d7b2e8cce4ea8186a69b84dd90dd19cd (diff) | |
download | cru-9bd6a3a18422e8d176ecb52471af69db41d6683c.tar.gz cru-9bd6a3a18422e8d176ecb52471af69db41d6683c.tar.bz2 cru-9bd6a3a18422e8d176ecb52471af69db41d6683c.zip |
...
Diffstat (limited to 'include/cru/ui/style/ApplyBorderStyleInfo.hpp')
-rw-r--r-- | include/cru/ui/style/ApplyBorderStyleInfo.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/ui/style/ApplyBorderStyleInfo.hpp b/include/cru/ui/style/ApplyBorderStyleInfo.hpp index 5058b51f..3923ebb4 100644 --- a/include/cru/ui/style/ApplyBorderStyleInfo.hpp +++ b/include/cru/ui/style/ApplyBorderStyleInfo.hpp @@ -1,7 +1,8 @@ #pragma once -#include <optional> #include "../Base.hpp" +#include <optional> + namespace cru::ui::style { struct ApplyBorderStyleInfo { explicit ApplyBorderStyleInfo( |