This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix include paths
Signed-off-by: falkTX <falktx@falktx.com>
web-ui
falkTX
1 year ago
parent
c1410b6476
commit
8446533340
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/extra/ChildProcess.hpp
+1
-1
distrho/extra/Time.hpp
+ 1
- 1
distrho/extra/ChildProcess.hpp
View File
@@ -3,7 +3,7 @@
#pragma once
#include "
extra/
Sleep.hpp"
#include "Sleep.hpp"
#include "Time.hpp"
#ifdef DISTRHO_OS_WINDOWS
+ 1
- 1
distrho/extra/Time.hpp
View File
@@ -17,7 +17,7 @@
#ifndef DISTRHO_TIME_HPP_INCLUDED
#define DISTRHO_TIME_HPP_INCLUDED
#include "DistrhoUtils.hpp"
#include "
../
DistrhoUtils.hpp"
#ifdef DISTRHO_OS_WINDOWS
# include <winsock2.h>
Write
Preview
Loading…
Cancel
Save