mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
argclass.cc:23:1: note: 'INT32_MAX' is defined in header '<cstdint>'; this
is probably fixable by adding '#include <cstdint>' Add this include to fix build on sparc64 ok sthen
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
'INT32_MAX' was not declared in this scope
|
||||
|
||||
this is probably fixable by adding '#include <cstdint>'
|
||||
|
||||
Index: src/argclass.cc
|
||||
--- src/argclass.cc.orig
|
||||
+++ src/argclass.cc
|
||||
@@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "argclass.hh"
|
||||
+#include <cstdint>
|
||||
|
||||
ArgClass::~ArgClass()
|
||||
{
|
||||
Reference in New Issue
Block a user