Fix stdint.h includes

This commit is contained in:
Ken Cooke 2015-12-02 09:33:47 -08:00
parent a725c8b12e
commit f005afd7c0
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
#ifndef hifi_AudioReverb_h
#define hifi_AudioReverb_h
#include "stdint.h"
#include <stdint.h>
typedef struct ReverbParameters {

View file

@ -12,7 +12,7 @@
#ifndef hifi_AudioSRC_h
#define hifi_AudioSRC_h
#include "stdint.h"
#include <stdint.h>
class AudioSRC {