missing include

This commit is contained in:
Sergey 2014-06-26 11:46:19 +04:00
parent 59cbc153d4
commit 9e692cd329
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <math.h>
#include <string.h>
#include <assert.h>
#include <cstdint>
#include "pvr.h"
#define PVRT_MIN(a,b) (((a) < (b)) ? (a) : (b))