commit 5a439e6686277e65a7bbe6a66cfd60482e52196c
parent 4d37a8e3011b1d04f71edbff572454b103cbdabf
Author: falkTX <falktx@falktx.com>
Date: Fri, 9 Sep 2022 12:05:45 +0100
Fix missing include
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp
@@ -51,6 +51,9 @@ typedef DGL_NAMESPACE::TopLevelWidget UIWidget;
#if DISTRHO_UI_FILE_BROWSER
# include "extra/FileBrowserDialog.hpp"
#endif
+#if !DISTRHO_PLUGIN_HAS_EXTERNAL_UI
+# include <vector>
+#endif
START_NAMESPACE_DISTRHO