From b88992fd00df7b8c243bc0e7d577ef2aa9437c3f Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 25 Nov 2018 23:11:06 +0800 Subject: Reorganize headers and add memory leak check. --- src/ui/controls/text_control.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/controls/text_control.hpp') diff --git a/src/ui/controls/text_control.hpp b/src/ui/controls/text_control.hpp index 93120a44..762d85f3 100644 --- a/src/ui/controls/text_control.hpp +++ b/src/ui/controls/text_control.hpp @@ -1,5 +1,8 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + #include "ui/control.hpp" namespace cru::ui::controls -- cgit v1.2.3