Merge pull request #584 from DanySpin97/sway-fix

fix(sway): add missing unordered_map include
pull/589/head
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 changed files with 1 additions and 0 deletions

View File

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