Browse Source

Header includes are a tricky business..

Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX 3 years ago
parent
commit
4e0b100532
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/extra/FileBrowserDialog.cpp

+ 1
- 1
distrho/extra/FileBrowserDialog.cpp View File

@@ -22,11 +22,11 @@
# import <Cocoa/Cocoa.h>
#endif
#ifdef DISTRHO_OS_WINDOWS
# include <commdlg.h>
# include <direct.h>
# include <process.h>
# include <winsock2.h>
# include <windows.h>
# include <commdlg.h>
# include <vector>
#else
# include <unistd.h>


Loading…
Cancel
Save