From 9ef75fe91837394620edb91f332065a4f34a0281 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 9 Nov 2018 20:57:29 +0800 Subject: Add singleton system. --- src/ui/controls/text_box.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/controls/text_box.cpp') diff --git a/src/ui/controls/text_box.cpp b/src/ui/controls/text_box.cpp index 605e1a24..cb5d79a2 100644 --- a/src/ui/controls/text_box.cpp +++ b/src/ui/controls/text_box.cpp @@ -5,6 +5,7 @@ #include "graph/graph.hpp" #include "exception.hpp" +#include "application.hpp" namespace cru::ui::controls { -- cgit v1.2.3