forked from pool/android-file-transfer-linux
- Add fix-missing-include.patch: Fix missing include exposed by gcc 13. - Switch service to explicit git commit instead of master, and switch to obs_scm and manual run, tar_scm and disabledrun are deprecated. OBS-URL: https://build.opensuse.org/request/show/1076418 OBS-URL: https://build.opensuse.org/package/show/hardware/android-file-transfer-linux?expand=0&rev=2
12 lines
521 B
Diff
12 lines
521 B
Diff
diff -Nur android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec/mtp/types.h android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec-patched/mtp/types.h
|
|
--- android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec/mtp/types.h 2022-11-05 22:46:38.000000000 +0100
|
|
+++ android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec-patched/mtp/types.h 2023-03-31 09:51:33.497839760 +0200
|
|
@@ -28,6 +28,7 @@
|
|
#include <mutex>
|
|
#include <exception>
|
|
#include <string>
|
|
+#include <stdexcept>
|
|
|
|
namespace mtp
|
|
{
|