mirror of
https://github.com/RetroPie/RetroPie-Setup.git
synced 2025-04-02 10:51:41 -04:00
src/core/device-support.cpp was missing a cstring include which throws an error on recent g++
10 lines
260 B
Diff
10 lines
260 B
Diff
--- a/src/core/device-support.cpp
|
|
+++ b/src/core/device-support.cpp
|
|
@@ -26,6 +26,7 @@
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
+#include <cstring>
|
|
#include <regex>
|
|
#include "idevice.hpp"
|
|
#include "icomputer.hpp"
|