forked from pool/xournalpp
Atri Bhattacharya
a3b41b89a9
- Add xournalpp-include.patch: Add missing include exposed by gcc-13. OBS-URL: https://build.opensuse.org/request/show/1083016 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=39
13 lines
348 B
Diff
13 lines
348 B
Diff
Index: xournalpp-1.1.3/src/view/background/BackgroundConfig.h
|
|
===================================================================
|
|
--- xournalpp-1.1.3.orig/src/view/background/BackgroundConfig.h
|
|
+++ xournalpp-1.1.3/src/view/background/BackgroundConfig.h
|
|
@@ -11,6 +11,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cinttypes>
|
|
#include <map>
|
|
#include <string>
|
|
|