Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37403154
en ru br
Репозитории ALT

Группа :: Графика
Пакет: freecad

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0001-libE57Format-fix-compile-using-gcc13.patch
Скачать


From f91ad00ed23e92c81fff2bd0073c662291efad32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= <adrian@suse.de>
Date: Mon, 27 Mar 2023 11:45:20 +0200
Subject: [PATCH] libE57Format: fix compile using gcc13
Adding missing header file. Also submitted this upstream here:
https://github.com/asmaloney/libE57Format/pull/243
---
 src/3rdParty/libE57Format/include/E57Format.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/3rdParty/libE57Format/include/E57Format.h b/src/3rdParty/libE57Format/include/E57Format.h
index 89032b14f3..a622910534 100644
--- a/src/3rdParty/libE57Format/include/E57Format.h
+++ b/src/3rdParty/libE57Format/include/E57Format.h
@@ -33,6 +33,7 @@
 
 #include <cfloat>
 #include <memory>
+#include <cstdint>
 #include <vector>
 
 #include "E57Exception.h"
-- 
2.33.8
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin