audio/jacktrip: Fix build with Qt 6.9

With hat:	kde@
PR:		286051
This commit is contained in:
Jason E. Hale 2025-04-26 22:46:00 -04:00
parent 3d3ab4ab06
commit b269e13872

View file

@ -0,0 +1,14 @@
Fix build with Qt >= 6.9.0
https://github.com/jacktrip/jacktrip/pull/1419
--- src/AudioSocket.cpp.orig 2025-01-21 17:04:33 UTC
+++ src/AudioSocket.cpp
@@ -37,6 +37,7 @@
#include "AudioSocket.h"
+#include <QDebug>
#include <QEventLoop>
#include <iostream>