SHA256
10
0
forked from pool/adios2
Files
adios2/missing_includes_for_gcc15.patch
Dmitry Roshchin dc79fda0b7 Accepting request 1284547 from home:jamborm:gcc15fixes
- Add missing_includes_for_gcc15.patch to allow building with GCC
  15. [boo#1244421]

If the request is OK, please forward it to Factory soon so that the pakage is
ready when we switch the default compiler.

OBS-URL: https://build.opensuse.org/request/show/1284547
OBS-URL: https://build.opensuse.org/package/show/science/adios2?expand=0&rev=40
2025-06-14 06:54:32 +00:00

13 lines
425 B
Diff

Index: ADIOS2-2.10.2/thirdparty/yaml-cpp/yaml-cpp/src/emitterutils.cpp
===================================================================
--- ADIOS2-2.10.2.orig/thirdparty/yaml-cpp/yaml-cpp/src/emitterutils.cpp
+++ ADIOS2-2.10.2/thirdparty/yaml-cpp/yaml-cpp/src/emitterutils.cpp
@@ -1,6 +1,7 @@
#include <algorithm>
#include <iomanip>
#include <sstream>
+#include <cstdint>
#include "emitterutils.h"
#include "exp.h"