include stdint.h for references to int16_t type

This commit is contained in:
Stephen Birarda 2013-02-08 12:54:07 -08:00
parent 2d08ce0b7d
commit d75541bb69
3 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#define __interface__AudioData__
#include <iostream>
#include <stdint.h>
#include "AudioRingBuffer.h"
#include "AudioSource.h"
#include "Head.h"

View file

@ -10,6 +10,7 @@
#define __interface__AudioRingBuffer__
#include <iostream>
#include <stdint.h>
class AudioRingBuffer {
public:

View file

@ -11,6 +11,7 @@
#include <iostream>
#include <glm/glm.hpp>
#include <stdint.h>
class AudioSource {
public: