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> # import <Cocoa/Cocoa.h>
#endif #endif
#ifdef DISTRHO_OS_WINDOWS #ifdef DISTRHO_OS_WINDOWS
# include <commdlg.h>
# include <direct.h> # include <direct.h>
# include <process.h> # include <process.h>
# include <winsock2.h> # include <winsock2.h>
# include <windows.h> # include <windows.h>
# include <commdlg.h>
# include <vector> # include <vector>
#else #else
# include <unistd.h> # include <unistd.h>


Loading…
Cancel
Save