Fix sndfile inclusion

This commit is contained in:
Jérôme Leclercq 2021-04-28 21:56:16 +02:00
parent 2641117847
commit 223b41490b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <memory>
#include <set>
#include <vector>
#include <sndfile/sndfile.h>
#include <sndfile.h>
#include <Nazara/Audio/Debug.hpp>
namespace Nz