ports/audio/clementine/patches/patch-tests_closure_test_cpp

15 lines
307 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Unbreak tests.
Index: tests/closure_test.cpp
--- tests/closure_test.cpp.orig
+++ tests/closure_test.cpp
@@ -3,6 +3,9 @@
#include <functional>
#include <memory>
+#include <boost/scoped_ptr.hpp>
+#include <boost/function.hpp>
+
#include <QCoreApplication>
#include <QPointer>
#include <QSharedPointer>