mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-31 03:18:14 +02:00
9 lines
257 B
C++
9 lines
257 B
C++
//
|
|
// libtgvoip is free and unencumbered public domain software.
|
|
// For more information, see http://unlicense.org or the UNLICENSE file
|
|
// you should have received with this source code distribution.
|
|
//
|
|
|
|
#include "BlockingQueue.h"
|
|
|
|
using namespace tgvoip;
|