mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
22 lines
465 B
Plaintext
22 lines
465 B
Plaintext
From 6558005a361b40ebe01fa336c105468bef26bed2 Mon Sep 17 00:00:00 2001
|
|
From: Begasus <begasus@gmail.com>
|
|
Date: Sat, 6 May 2023 19:11:17 +0200
|
|
Subject: Fix error: 'runtime_error' is not a member of 'std'
|
|
|
|
|
|
diff --git a/src/mpdpp.h b/src/mpdpp.h
|
|
index 75ce6ec..f6c6cbf 100644
|
|
--- a/src/mpdpp.h
|
|
+++ b/src/mpdpp.h
|
|
@@ -25,6 +25,7 @@
|
|
#include <exception>
|
|
#include <random>
|
|
#include <set>
|
|
+#include <stdexcept>
|
|
#include <vector>
|
|
|
|
#include <mpd/client.h>
|
|
--
|
|
2.37.3
|
|
|