diff options
Diffstat (limited to 'src/citron/debugger/wait_tree.cpp')
-rw-r--r-- | src/citron/debugger/wait_tree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citron/debugger/wait_tree.cpp b/src/citron/debugger/wait_tree.cpp index fd26745f3..64d760eb4 100644 --- a/src/citron/debugger/wait_tree.cpp +++ b/src/citron/debugger/wait_tree.cpp @@ -2,7 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include <array> -#include <fmt/format.h> +#include <fmt/ranges.h> #include "citron/debugger/wait_tree.h" #include "citron/uisettings.h" |