Import math.h for Vorbis

This commit is contained in:
bnnm 2017-04-15 23:22:50 +02:00
parent 5ec65f9587
commit 8479f96367
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "coding.h"
#include <math.h>
#ifdef VGM_USE_VORBIS
#include <vorbis/codec.h>

View File

@ -1,4 +1,5 @@
#include "coding.h"
#include <math.h>
#ifdef VGM_USE_VORBIS
#include <vorbis/codec.h>