aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-10 16:29:24 +0800
committercrupest <crupest@outlook.com>2018-11-10 16:29:24 +0800
commit6cc74c662b862599141a624af74a4d5b2881321d (patch)
treea5a262d4d4a93d90599e43136ece20478983c0b7 /src/ui/control.hpp
parent29e2bd393f8d72ba92df4e9d706c6add928f89fb (diff)
downloadcru-6cc74c662b862599141a624af74a4d5b2881321d.tar.gz
cru-6cc74c662b862599141a624af74a4d5b2881321d.tar.bz2
cru-6cc74c662b862599141a624af74a4d5b2881321d.zip
Fix the extension name of any_map.hpp
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
{