aboutsummaryrefslogtreecommitdiff
path: root/src/ui/content_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/content_control.cpp')
-rw-r--r--src/ui/content_control.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/content_control.cpp b/src/ui/content_control.cpp
index d5abca1c..3a23164c 100644
--- a/src/ui/content_control.cpp
+++ b/src/ui/content_control.cpp
@@ -1,7 +1,9 @@
-#include "content_control.hpp"
+#include "cru/ui/content_control.hpp"
#include "window.hpp"
+#include <cassert>
+
namespace cru::ui {
ContentControl::ContentControl()
: child_vector_{nullptr}, child_(child_vector_[0]) {}