Browse Source

Fix missing include

pull/321/merge
falkTX 2 years ago
parent
commit
5a439e6686
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      distrho/DistrhoUI.hpp

+ 3
- 0
distrho/DistrhoUI.hpp View File

@@ -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



Loading…
Cancel
Save