mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Fix Windows compile error
This commit is contained in:
parent
f79c301af7
commit
2c7411e949
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif // NOMINMAX
|
||||
|
||||
#include "stream_uri.hpp"
|
||||
#include "common/aixlog.hpp"
|
||||
#include "common/str_compat.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue