You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/solvespace/files/solvespace-2.3-gcc11-missin...

20 lines
490 B

https://bugs.gentoo.org/790776
--- a/src/exportvector.cpp
+++ b/src/exportvector.cpp
@@ -4,6 +4,7 @@
// Copyright 2008-2013 Jonathan Westhues.
//-----------------------------------------------------------------------------
#include <libdxfrw.h>
+#include <limits>
#include "solvespace.h"
VectorFileWriter::~VectorFileWriter() {
--- a/src/importdxf.cpp
+++ b/src/importdxf.cpp
@@ -1,3 +1,5 @@
+#include <limits>
+
#include "solvespace.h"
#include "libdxfrw.h"
#include "libdwgr.h"