From b2368d6e80592d54a8e65c28a8257b94a9a1db8e Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 20 Sep 2021 07:59:38 +0200 Subject: [PATCH] Add a couple of includes used in the file [ci skip] --- plugins/vst/X11RunLoop.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/vst/X11RunLoop.cpp b/plugins/vst/X11RunLoop.cpp index dec08074..04725c5a 100644 --- a/plugins/vst/X11RunLoop.cpp +++ b/plugins/vst/X11RunLoop.cpp @@ -9,6 +9,8 @@ #include "vstgui/lib/platform/linux/x11platform.h" #include "base/source/fobject.h" #include +#include +#include #include namespace VSTGUI {