diff --git a/apps/launcher/main.cpp b/apps/launcher/main.cpp index 414e1a003..dfe2d7413 100644 --- a/apps/launcher/main.cpp +++ b/apps/launcher/main.cpp @@ -1,6 +1,8 @@ #include #include #include +#include + #include #include "maindialog.hpp" diff --git a/apps/opencs/view/settings/customblock.cpp b/apps/opencs/view/settings/customblock.cpp index a07ee5ac9..bbceafabe 100644 --- a/apps/opencs/view/settings/customblock.cpp +++ b/apps/opencs/view/settings/customblock.cpp @@ -40,7 +40,7 @@ int CSVSettings::CustomBlock::build(GroupBlockDefList &defList, GroupBlockDefLis CSVSettings::GroupBox *CSVSettings::CustomBlock::buildGroupBox (Orientation orientation) { GroupBox *box = new GroupBox (false, mBox); - QLayout *layout = createLayout (orientation, true, box); + createLayout (orientation, true, box); return box; }