diff --git a/core/ui/settings_controls.cpp b/core/ui/settings_controls.cpp index fd07be824..1c44a3655 100644 --- a/core/ui/settings_controls.cpp +++ b/core/ui/settings_controls.cpp @@ -22,6 +22,7 @@ #include "hw/maple/maple_devs.h" #include "vgamepad.h" #include "oslib/storage.h" +#include "sdl/dreamlink.h" // For USE_DREAMCASTCONTROLLER static float calcComboWidth(const char *biggestLabel) { return ImGui::CalcTextSize(biggestLabel).x + ImGui::GetStyle().FramePadding.x * 2.0f + ImGui::GetFrameHeight();