diff options
Diffstat (limited to 'src/keybinds.cpp')
| -rw-r--r-- | src/keybinds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
