Linux build fixes.

This commit is contained in:
Dario 2025-01-27 22:08:44 -03:00 committed by Mr-Wiseguy
parent b0fcfa87ec
commit 6279736a6a
3 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0ca92eeb6c2f58ce3581c65f87f7261b8ac0fea0
Subproject commit 1db8c347caa9dd356050777ac79a81f1ccfa462b

View File

@ -1,5 +1,6 @@
#include "ui_slider.h"
#include <cmath>
#include <charconv>
namespace recompui {

View File

@ -326,8 +326,10 @@ void ModMenu::create_mod_list() {
mod_entry_middles.resize(mod_entry_buttons.size());
if (!mod_details.empty()) {
mod_selected(0);
}
}
ModMenu::ModMenu(Element *parent) : Element(parent) {
game_mod_id = "mm";