mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 09:04:24 +02:00
include stdint.h for references to int16_t type
This commit is contained in:
parent
2d08ce0b7d
commit
d75541bb69
3 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#define __interface__AudioData__
|
||||
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
#include "AudioRingBuffer.h"
|
||||
#include "AudioSource.h"
|
||||
#include "Head.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#define __interface__AudioRingBuffer__
|
||||
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
|
||||
class AudioRingBuffer {
|
||||
public:
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <glm/glm.hpp>
|
||||
#include <stdint.h>
|
||||
|
||||
class AudioSource {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue