Merge pull request #584 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

View File

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