diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index f3c107ac..c97bf8d0 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -21,7 +21,7 @@ jobs: pkg install -y git # subprojects/date pkg install -y catch evdev-proto gtk-layer-shell gtkmm30 jsoncpp \ libdbusmenu libevdev libfmt libmpdclient libudev-devd meson \ - pkgconf pulseaudio scdoc sndio spdlog wayland-protocols + pkgconf pulseaudio scdoc sndio spdlog wayland-protocols upower run: | meson build -Dman-pages=enabled ninja -C build diff --git a/include/modules/upower/upower.hpp b/include/modules/upower/upower.hpp index 12889404..2724443f 100644 --- a/include/modules/upower/upower.hpp +++ b/include/modules/upower/upower.hpp @@ -5,6 +5,7 @@ #include #include #include +#include #include "ALabel.hpp" #include "glibconfig.h" diff --git a/include/modules/upower/upower_tooltip.hpp b/include/modules/upower/upower_tooltip.hpp index 9d36a70b..730ee93e 100644 --- a/include/modules/upower/upower_tooltip.hpp +++ b/include/modules/upower/upower_tooltip.hpp @@ -2,6 +2,8 @@ #include +#include + #include "gtkmm/box.h" #include "gtkmm/label.h" #include "gtkmm/window.h"