From 72300460c1c1fa294cc4d1f1026d203a5adf4d28 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 26 Nov 2024 15:21:56 +1300 Subject: feat: Added a program (YATmsg) to communicate with YATwm Currently just sends a hello message and nothing else, more to come later --- src/keybinds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keybinds.cpp') diff --git a/src/keybinds.cpp b/src/keybinds.cpp index c41452f..235f8c1 100644 --- a/src/keybinds.cpp +++ b/src/keybinds.cpp @@ -12,7 +12,7 @@ #include "keybinds.h" #include "util.h" -using std::string; +using std::string, std::cout, std::endl; bool Keybind::operator<(const Keybind &o) const { if(key != o.key) -- cgit v1.2.3