1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

Merge pull request from DanySpin97/sway-fix

fix(sway): add missing unordered_map include
This commit is contained in:
Alex 2020-02-11 17:46:32 +00:00 committed by GitHub
commit 6141a26a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
#pragma once
#include <unordered_map>
#include <fmt/format.h>
#include <gtkmm/button.h>
#include <gtkmm/label.h>