build(yaml-cpp): added patch to add cstdint to emitterutils

This commit is contained in:
2025-07-29 08:47:23 -04:00
parent 7dfeb0e088
commit e71bf478d6
6 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
--- yaml-cpp/src/emitterutils.cpp.bak 2025-07-29 08:42:40
+++ yaml-cpp/src/emitterutils.cpp 2025-07-29 08:42:50
@@ -1,5 +1,6 @@
#include <algorithm>
#include <iomanip>
+#include <cstdint>
#include <sstream>
#include "emitterutils.h"

View File

@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/jbeder/yaml-cpp.git
revision = yaml-cpp-0.7.0
diff_files = yaml-cpp/disableShadowWarnings.patch
diff_files = yaml-cpp/disableShadowWarnings.patch, yaml-cpp/addCSTDINTToEmitterUtils.patch
[cmake]