Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
givaro
0001-Add-missing-include-cstdint-for-u-int64_t....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Add-missing-include-cstdint-for-u-int64_t.patch of Package givaro
From c7744bb133496cd7ac04688f345646d505e1bf52 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" <code@musicinmybrain.net> Date: Thu, 19 Jan 2023 09:12:22 -0500 Subject: [PATCH] Add missing #include <cstdint> for (u)int64_t Fixes failure to compile on GCC 13. --- src/library/poly1/givdegree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/library/poly1/givdegree.h b/src/library/poly1/givdegree.h index 3753a425..eb85a0dd 100644 --- a/src/library/poly1/givdegree.h +++ b/src/library/poly1/givdegree.h @@ -19,6 +19,8 @@ #ifndef __GIVARO_poly1degree_H #define __GIVARO_poly1degree_H +#include <cstdint> + #include <iostream> namespace Givaro { -- 2.40.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor