mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
Library for compressing and decompressing 3D geometric meshes and point clouds https://google.github.io/draco/
20 lines
528 B
Diff
20 lines
528 B
Diff
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
|
|
Date: Sun, 18 Jun 2023 19:21:20 +0200
|
|
Subject: Fix FTBFS with GCC-13
|
|
|
|
---
|
|
src/draco/io/gltf_utils.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/draco/io/gltf_utils.h b/src/draco/io/gltf_utils.h
|
|
index befbacb..490da43 100644
|
|
--- a/src/draco/io/gltf_utils.h
|
|
+++ b/src/draco/io/gltf_utils.h
|
|
@@ -18,6 +18,7 @@
|
|
#include "draco/draco_features.h"
|
|
|
|
#ifdef DRACO_TRANSCODER_SUPPORTED
|
|
+#include <cstdint>
|
|
#include <iomanip>
|
|
#include <sstream>
|
|
#include <string>
|