Browse Source

Fix include paths

Signed-off-by: falkTX <falktx@falktx.com>
web-ui
falkTX 1 year ago
parent
commit
8446533340
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      distrho/extra/ChildProcess.hpp
  2. +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>


Loading…
Cancel
Save