* fixes build with gcc15 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxpp?expand=0&rev=16
13 lines
301 B
Diff
13 lines
301 B
Diff
Index: libxpp-v0.3.1/include/xpp/types.hxx
|
|
===================================================================
|
|
--- libxpp-v0.3.1.orig/include/xpp/types.hxx
|
|
+++ libxpp-v0.3.1/include/xpp/types.hxx
|
|
@@ -1,5 +1,7 @@
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
+
|
|
// C++
|
|
#include <memory>
|
|
#include <string_view>
|