Include InputStream.hpp directly in SoundFileReaderMp3.cpp

instead of indirect inclusion through MemoryInputStream.hpp
This commit is contained in:
kimci86 2022-10-01 16:19:09 +02:00 committed by Lukas Dürrenberger
parent 3acd9620eb
commit 01fc55ba37

View File

@ -46,7 +46,7 @@
#undef MINIMP3_NO_STDIO
#include <SFML/Audio/SoundFileReaderMp3.hpp>
#include <SFML/System/MemoryInputStream.hpp>
#include <SFML/System/InputStream.hpp>
#include <SFML/System/Err.hpp>
#include <algorithm>
#include <cstring>