comparison src/sys/x11/settings.cc @ 411:02a670a8e1c4

*: fix build fails
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:22:44 -0400
parents 5eaafed6c10b
children
comparison
equal deleted inserted replaced
410:eb554255ea5f 411:02a670a8e1c4
11 #include <optional> 11 #include <optional>
12 #include <string_view> 12 #include <string_view>
13 13
14 #include <xcb/xcb.h> 14 #include <xcb/xcb.h>
15 15
16 #include "fmt/core.h" 16 #include "fmt/format.h"
17 17
18 namespace x11 { 18 namespace x11 {
19 19
20 bool SettingsItem::VerifyType() 20 bool SettingsItem::VerifyType()
21 { 21 {