Add some general fixes from #111 found by @chosenofbear

This commit is contained in:
Jonas Kulla 2015-06-18 07:21:55 +02:00
parent e778dc17c5
commit 2d31d08fa6
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#define OV_EXCLUDE_STATIC_CALLBACKS
#include <vorbis/vorbisfile.h>
#include <vector>
#include <algorithm>
static size_t vfRead(void *ptr, size_t size, size_t nmemb, void *ops)
{