Skip to content

Commit a72a846

Browse files
committed
snapcast: fix compilation with boost 1.89.0
Boost upgrade hit Snapcast again: snapcast/snapcast#1413 This patch is based on commit snapcast/snapcast@d2e1635ebd96 ("Fix building with boost v1.89.0"). Refs: 965dc70 ("boost: Updates package to version 1.89.0") Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
1 parent a701a2e commit a72a846

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
From d2e1635ebd96ac76cc779cb3ab73bae10fd88fd1 Mon Sep 17 00:00:00 2001
2+
From: badaix <johannes.pohl@badaix.de>
3+
Date: Thu, 14 Aug 2025 20:25:01 +0200
4+
Subject: [PATCH] Fix building with boost v1.89.0
5+
6+
---
7+
client/player/alsa_player.cpp | 1 +
8+
1 files changed, 1 insertions(+), 0 deletions(-)
9+
10+
--- a/client/player/alsa_player.cpp
11+
+++ b/client/player/alsa_player.cpp
12+
@@ -30,6 +30,7 @@
13+
14+
// standard headers
15+
#include <chrono>
16+
+#include <cmath>
17+
18+
19+
using namespace std::chrono_literals;

0 commit comments

Comments
 (0)