cfoulc / cf

mod's and modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
58 stars 16 forks source link

one typo that prevents building with 0.6 #18

Closed Chaircrusher closed 5 years ago

Chaircrusher commented 6 years ago

One change got things building... diff --git a/src/PLAYER.cpp b/src/PLAYER.cpp index 8aada0b..1cdb499 100644 --- a/src/PLAYER.cpp +++ b/src/PLAYER.cpp @@ -1,6 +1,6 @@

include "cf.hpp"

include "dsp/digital.hpp"

-#include "../ext/osdialog/osdialog.h" +#include "../dep/osdialog/osdialog.h"

include "AudioFile.h"

include

include "cmath"

cfoulc commented 6 years ago

you're right, it did work and it doesn't any more so i'm changing it :) (i just managed to get a newer 060dev) thanx