blob: 19ef77cbf8299dea5cc239591c72a8a9611405de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From f947af314bdfb8c5d5cb79a2a7877d9ad4d2f087 Mon Sep 17 00:00:00 2001
From: Bernd Waibel <waebbl-gentoo@posteo.net>
Date: Fri, 22 Apr 2022 08:23:48 +0200
Subject: [PATCH] add missing limits header
Bug: https://github.com/YafaRay/libYafaRay/issues/9
Bug: https://bugs.gentoo.org/830949
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
--- a/include/core_api/surface.h
+++ b/include/core_api/surface.h
@@ -24,6 +24,7 @@
#define Y_SURFACE_H
#include <yafray_constants.h>
+#include <limits>
#include "vector3d.h"
#include "color.h"
--
2.35.1
|