forked from pool/adios2
- 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
13 lines
425 B
Diff
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"
|