Skip to content

Commit

Permalink
audio/vst3sdk: Add patch for missing include statement
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Apr 15, 2021
1 parent 5f70c9c commit 12913c5
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
- fix missing include, see https://github.com/steinbergmedia/vst3sdk/issues/80

--- vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2021-04-15 16:36:46 UTC
+++ vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp
@@ -6,6 +6,8 @@
#include <unistd.h>
#include <string>

+#include <stdio.h>
+
//------------------------------------------------------------------------
namespace VSTGUI {
namespace X11 {

0 comments on commit 12913c5

Please sign in to comment.