diff --git a/distrho/extra/ChildProcess.hpp b/distrho/extra/ChildProcess.hpp index 16f76ab2..5638edb6 100644 --- a/distrho/extra/ChildProcess.hpp +++ b/distrho/extra/ChildProcess.hpp @@ -3,7 +3,7 @@ #pragma once -#include "extra/Sleep.hpp" +#include "Sleep.hpp" #include "Time.hpp" #ifdef DISTRHO_OS_WINDOWS diff --git a/distrho/extra/Time.hpp b/distrho/extra/Time.hpp index 91a1987a..e219cc8b 100644 --- a/distrho/extra/Time.hpp +++ b/distrho/extra/Time.hpp @@ -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