Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899847 Details for
Bug 937418
=app-text/libmspub-0.1.4 fails to build with gcc:15 due to missing #include <cstdint>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
includes cstdint for PolygonUtils.h
PolygonUtils.h-cstdint.patch (text/plain), 568 bytes, created by
tdr
on 2024-08-11 15:54:26 UTC
(
hide
)
Description:
includes cstdint for PolygonUtils.h
Filename:
MIME Type:
Creator:
tdr
Created:
2024-08-11 15:54:26 UTC
Size:
568 bytes
patch
obsolete
>From e9bb4659c566ac1ca565c8b2da041c5270c1d8a5 Mon Sep 17 00:00:00 2001 >From: Ted Rodgers <ted.d.rodgers@gmail.com> >Date: Sun, 11 Aug 2024 11:53:43 -0400 >Subject: [PATCH] include stdcint for PolygonUtils.h > >--- > src/lib/PolygonUtils.h | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/src/lib/PolygonUtils.h b/src/lib/PolygonUtils.h >index bf956d3..3bc920d 100644 >--- a/src/lib/PolygonUtils.h >+++ b/src/lib/PolygonUtils.h >@@ -11,6 +11,7 @@ > #define INCLUDED_POLYGONUTILS_H > > #include <functional> >+#include <cstdint> > #include <memory> > #include <vector> > >-- >2.45.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 937418
:
899196
|
899197
|
899198
| 899847