mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
new cspot/bell
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include "TCPSocket.h"
|
||||
#include "TLSSocket.h"
|
||||
#include <iostream> // for streamsize, basic_streambuf<>::int_type, ios...
|
||||
#include <memory> // for unique_ptr, operator!=
|
||||
#include <string> // for char_traits, string
|
||||
|
||||
#include "BellSocket.h" // for Socket
|
||||
|
||||
namespace bell {
|
||||
class SocketBuffer : public std::streambuf {
|
||||
|
||||
Reference in New Issue
Block a user