Fix compilation w/ENABLE_DEVMODE

This commit is contained in:
David Capello 2025-08-12 16:12:35 -03:00
parent 58a5a64cd2
commit f23e3255bb
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Aseprite // Aseprite
// Copyright (C) 2020-2021 Igara Studio S.A. // Copyright (C) 2020-2025 Igara Studio S.A.
// Copyright (C) 2001-2017 David Capello // Copyright (C) 2001-2017 David Capello
// //
// This program is distributed under the terms of // This program is distributed under the terms of
@ -14,6 +14,7 @@
#include "app/ui/main_menu_bar.h" #include "app/ui/main_menu_bar.h"
#include "app/ui/main_window.h" #include "app/ui/main_window.h"
#include "app/ui/status_bar.h" #include "app/ui/status_bar.h"
#include "fmt/format.h"
#include "ui/scale.h" #include "ui/scale.h"
#include "ui/system.h" #include "ui/system.h"
#include "ui/theme.h" #include "ui/theme.h"