summaryrefslogtreecommitdiff
path: root/sci-physics/yoda/files/yoda-2.0.2-yamlcpp.patch
blob: ad20bc717f7c528212adc741098c94a1d4edb1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 3e74499ba8bbbd6a872e0563625193505c14df90 Mon Sep 17 00:00:00 2001
From: Christian Gutschow <chris.g@cern.ch>
Date: Wed, 11 Dec 2024 19:10:11 +0000
Subject: [PATCH] add missing header

---
 src/yamlcpp/emitterutils.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/yamlcpp/emitterutils.cpp b/src/yamlcpp/emitterutils.cpp
index 5e5f00ea..78615970 100644
--- a/src/yamlcpp/emitterutils.cpp
+++ b/src/yamlcpp/emitterutils.cpp
@@ -1,4 +1,5 @@
 #include <algorithm>
+#include <cstdint>
 #include <iomanip>
 #include <sstream>
 
-- 
GitLab