SoundBuffer.cpp: fix missing Types.hpp include

master
Dorian Wouters 2018-01-11 20:38:07 +01:00
parent 14f5a403ab
commit b95baa41c5
No known key found for this signature in database
GPG Key ID: 6E9DA8063322434B
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <stb_vorbis.h>
#include "platform/Types.hpp"
#include "util/Log.hpp"
namespace Diggler {