1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-12-03 10:07:45 +01:00

Use local include

This commit is contained in:
Daniil Gentili 2018-09-02 19:53:58 +02:00
parent 1d5e7dbd8e
commit 9bc966c64f

View File

@ -7,7 +7,7 @@
#ifndef LIBTGVOIP_AUDIO_IO_CALLBACK
#define LIBTGVOIP_AUDIO_IO_CALLBACK
#include <AudioIO.h>
#include "AudioIO.h"
#include <functional>
#include "../threading.h"