Carla/Carla-gcc10-include.patch
Martin Gansser 8383e59a98 Update to 2.1-4.beta1.git74eef49
Add Carla-gcc10-include.patch
2020-02-07 11:58:04 +01:00

13 lines
363 B
Diff

--- a/source/libjack/libjack.hpp.orig 2020-02-07 11:50:53.267552094 +0100
+++ b/source/libjack/libjack.hpp 2020-02-07 11:52:53.336539210 +0100
@@ -15,6 +15,9 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
+// needed by gcc10
+#include <string>
+
#ifndef CARLA_LIBJACK_HPP_INCLUDED
#define CARLA_LIBJACK_HPP_INCLUDED