mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +02:00
moved std namespace into implementation
This commit is contained in:
parent
e45eb08be6
commit
e2362a2750
2 changed files with 6 additions and 5 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "common/log.h"
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
ControlServer::ControlServer(const ControlServerSettings& controlServerSettings) : settings_(controlServerSettings), sampleFormat_(controlServerSettings.sampleFormat)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue