From 6cc74c662b862599141a624af74a4d5b2881321d Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 10 Nov 2018 16:29:24 +0800 Subject: Fix the extension name of any_map.hpp --- src/ui/control.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/control.hpp') 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 { -- cgit v1.2.3