mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
24 lines
613 B
Diff
24 lines
613 B
Diff
From 06a9a13b7b92ef8acfae0acbe5a9ea87a0d5c67e Mon Sep 17 00:00:00 2001
|
|
From: Leon Marz <main@lmarz.org>
|
|
Date: Tue, 18 Mar 2025 18:43:17 +0000
|
|
Subject: [PATCH 2/2] fix includes
|
|
|
|
---
|
|
source/blender/blenlib/BLI_index_range.hh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/source/blender/blenlib/BLI_index_range.hh b/source/blender/blenlib/BLI_index_range.hh
|
|
index 819bf20..a1ac8c9 100644
|
|
--- a/source/blender/blenlib/BLI_index_range.hh
|
|
+++ b/source/blender/blenlib/BLI_index_range.hh
|
|
@@ -38,6 +38,7 @@
|
|
*/
|
|
|
|
#include <algorithm>
|
|
+#include <cstdint>
|
|
#include <iosfwd>
|
|
|
|
#include "BLI_assert.h"
|
|
--
|
|
2.49.0
|
|
|