giada: fix build with gcc 12

This commit is contained in:
Michal Vasilek 2022-10-03 21:42:24 +02:00
parent a231886e76
commit a5d4e7596a

View file

@ -0,0 +1,10 @@
--- a/src/utils/string.cpp
+++ b/src/utils/string.cpp
@@ -30,6 +30,7 @@
#include <iomanip>
#include <cstdarg>
#include <climits>
+#include <memory>
#include "core/const.h"
#include "string.h"