mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
14 lines
266 B
C++
14 lines
266 B
C++
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>
|
|
|