aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_box.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-09 20:57:29 +0800
committercrupest <crupest@outlook.com>2018-11-09 20:57:29 +0800
commit9ef75fe91837394620edb91f332065a4f34a0281 (patch)
tree39a3e67f9a34ce44cc65b74d0ec82691cffd5dfa /src/ui/controls/text_box.cpp
parentefdce672123284847bd7fb6f12ac1ec96f28f3ef (diff)
downloadcru-9ef75fe91837394620edb91f332065a4f34a0281.tar.gz
cru-9ef75fe91837394620edb91f332065a4f34a0281.tar.bz2
cru-9ef75fe91837394620edb91f332065a4f34a0281.zip
Add singleton system.
Diffstat (limited to 'src/ui/controls/text_box.cpp')
-rw-r--r--src/ui/controls/text_box.cpp1
1 files changed, 1 insertions, 0 deletions
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
{