mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:13:57 +02:00
Fix stdint.h includes
This commit is contained in:
parent
a725c8b12e
commit
f005afd7c0
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
#ifndef hifi_AudioReverb_h
|
||||
#define hifi_AudioReverb_h
|
||||
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct ReverbParameters {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef hifi_AudioSRC_h
|
||||
#define hifi_AudioSRC_h
|
||||
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class AudioSRC {
|
||||
|
||||
|
|
Loading…
Reference in a new issue