void-packages/srcpkgs/giada/patches/add-missing-include.patch

11 lines
199 B
Diff
Raw Normal View History

2022-10-03 21:42:24 +02:00
--- 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"