Fix #include path

This commit is contained in:
Iliyas Jorio 2021-11-28 19:51:16 +01:00
parent b9ddab06cd
commit 5ae74f079d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include "PommeTypes.h"
#include "Sound/cmixer.h"
#include "SoundMixer/cmixer.h"
#include <istream>
#include <queue>