mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Closes: https://bugs.gentoo.org/840329 Closes: https://bugs.gentoo.org/722324 Signed-off-by: Sam James <sam@gentoo.org>
9 lines
161 B
Diff
9 lines
161 B
Diff
https://bugs.gentoo.org/840329
|
|
--- a/main.cpp
|
|
+++ b/main.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "Keyboard.h"
|
|
+#include <cstring>
|
|
#include <regex>
|
|
#include <iostream>
|
|
|