aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.hpp
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2018-11-10 20:05:29 +0800
committerGitHub <noreply@github.com>2018-11-10 20:05:29 +0800
commit0e9e897d306c71ab46fd9b5371d811950124ee27 (patch)
tree6e7c9dcda090b0fd0153c634165393e693894c10 /src/ui/control.hpp
parent09be0d0c86a789d568addc3153917aa604e4c7d7 (diff)
parentfd3f899964bb0a3cad80bbb9afc4445fac1e6412 (diff)
downloadcru-0e9e897d306c71ab46fd9b5371d811950124ee27.tar.gz
cru-0e9e897d306c71ab46fd9b5371d811950124ee27.tar.bz2
cru-0e9e897d306c71ab46fd9b5371d811950124ee27.zip
Merge pull request #7 from crupest/parent-window
Add parent window support.
Diffstat (limited to 'src/ui/control.hpp')
-rw-r--r--src/ui/control.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/control.hpp b/src/ui/control.hpp
index 0e078da2..8ac9ae72 100644
--- a/src/ui/control.hpp
+++ b/src/ui/control.hpp
@@ -11,7 +11,7 @@
#include "events/ui_event.hpp"
#include "border_property.hpp"
#include "cursor.hpp"
-#include "any_map.h"
+#include "any_map.hpp"
namespace cru::ui
{