vivictpp/VideoInputMessage.patch
RealStickman a525ce1529 Update to v0.3.1
This update includes two patchfiles again.
    VideoInputMessage.patch is required to build the program without
    errors.
    meson_build.patch makes freetype2 and zlib external dependencies.
    Otherwise system packages might be overwritten.
2023-05-19 14:49:55 +02:00

12 lines
537 B
Diff

diff '--color=auto' --unified --recursive --text --color src/vivictpp-0.3.1-original/include/workers/VideoInputMessage.hh src/vivictpp-0.3.1/include/workers/VideoInputMessage.hh
--- src/vivictpp-0.3.1-original/include/workers/VideoInputMessage.hh 2023-05-19 12:56:35.683822444 +0200
+++ src/vivictpp-0.3.1/include/workers/VideoInputMessage.hh 2023-05-19 12:57:35.496794950 +0200
@@ -12,6 +12,7 @@
#include <atomic>
#include <condition_variable>
#include <functional>
+#include <stdexcept>
namespace vivictpp {
namespace workers {