<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From ca340cbfc518cc4b0655840453198620215535df Mon Sep 17 00:00:00 2001
From: Bernd Waibel &lt;waebbl-gentoo@posteo.net&gt;
Date: Tue, 25 Apr 2023 09:27:40 +0200
Subject: [PATCH] add missing #include statements for gcc-13

Signed-off-by: Bernd Waibel &lt;waebbl-gentoo@posteo.net&gt;
--- a/include/core_api/session.h
+++ b/include/core_api/session.h
@@ -25,6 +25,7 @@
 
 #include &lt;yafray_constants.h&gt;
 #include &lt;utilities/threadUtils.h&gt;
+#include &lt;string&gt;
 
 __BEGIN_YAFRAY
 
-- 
2.40.0

</pre></body></html>