mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix headers for case-sensitive FS.
This commit is contained in:
parent
1adc5d5cf4
commit
f1aa1a0a11
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
|||
#include <string>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <Windows.h>
|
||||
#include <DbgHelp.h>
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue