mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +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>
|
#include <string>
|
||||||
|
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <DbgHelp.h>
|
#include <dbghelp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue