From 58336051df213f44a07797dfcb4365b974ae65f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sat, 13 Jun 2020 20:54:28 +0200 Subject: [PATCH] munt: fix include --- src/sound/munt/SampleRateConverter_dummy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/munt/SampleRateConverter_dummy.cpp b/src/sound/munt/SampleRateConverter_dummy.cpp index 4d26b022d..09f491338 100644 --- a/src/sound/munt/SampleRateConverter_dummy.cpp +++ b/src/sound/munt/SampleRateConverter_dummy.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../plat.h" +#include <86box/plat.h> #include "SampleRateConverter.h" #include "Synth.h"