diff --git a/src/graphics/components/MultiComponent.cpp b/src/graphics/components/MultiComponent.cpp
index 177c1e783cec75a47012de132159de8bbf121da1..7b1e6458229aa5ecf664cf599ffef37ef57df99d 100644
--- a/src/graphics/components/MultiComponent.cpp
+++ b/src/graphics/components/MultiComponent.cpp
@@ -4,6 +4,7 @@
 #include "DocumentComponent.h"
 #include "TabbedComponent.h"
 #include "AnimeComponent.h"
+#include "InputComponent.h"
 
 MultiComponent::MultiComponent(const float rawX, const float rawY, const float rawWidth, const float rawHeight, const int passedWindowWidth, const int passedWindowHeight) {