From 5ae74f079dc5e633f7f668c6e27f0087acb0a0f0 Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Sun, 28 Nov 2021 19:51:16 +0100 Subject: [PATCH] Fix #include path --- src/PommeVideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PommeVideo.h b/src/PommeVideo.h index 851081a..a120c77 100644 --- a/src/PommeVideo.h +++ b/src/PommeVideo.h @@ -1,7 +1,7 @@ #pragma once #include "PommeTypes.h" -#include "Sound/cmixer.h" +#include "SoundMixer/cmixer.h" #include #include