mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
replaced boost::lexical_cast with c++11 functions
This commit is contained in:
parent
734adb8852
commit
c8e58f272f
9 changed files with 10 additions and 36 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#define logD std::clog << kDbg
|
||||
#define logO std::clog << kOut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue