- Add fix-gcc-13.patch, fix build by gcc 13 - Update version to 1.0.24 * Fix bugs OBS-URL: https://build.opensuse.org/request/show/1079402 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-image-editor?expand=0&rev=11
12 lines
518 B
Diff
12 lines
518 B
Diff
diff -Nur image-editor-1.0.24/libimagevisualresult/src/utils.h image-editor-1.0.24-new/libimagevisualresult/src/utils.h
|
|
--- image-editor-1.0.24/libimagevisualresult/src/utils.h 2022-11-29 10:21:28.000000000 +0800
|
|
+++ image-editor-1.0.24-new/libimagevisualresult/src/utils.h 2023-03-27 15:09:15.364447750 +0800
|
|
@@ -8,6 +8,7 @@
|
|
#include <vector>
|
|
#include <map>
|
|
#include <string>
|
|
+#include <cstdint>
|
|
|
|
typedef std::vector<std::vector<uint8_t>> lutData;
|
|
typedef std::map<std::string, lutData> map_lut;
|