Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2026 23:36:29 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 68374a2c7533 - main - math/fcl: add missing #include <cassert>
Message-ID:  <69c9b77d.41a33.1a9d2723@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68374a2c75332c242fcb1b901624e95aff530323

commit 68374a2c75332c242fcb1b901624e95aff530323
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-03-29 23:34:13 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-03-29 23:34:13 +0000

    math/fcl: add missing #include <cassert>
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 math/fcl/files/patch-include_fcl_common_types.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/math/fcl/files/patch-include_fcl_common_types.h b/math/fcl/files/patch-include_fcl_common_types.h
new file mode 100644
index 000000000000..069f448e94ad
--- /dev/null
+++ b/math/fcl/files/patch-include_fcl_common_types.h
@@ -0,0 +1,10 @@
+--- include/fcl/common/types.h.orig	2021-09-09 15:34:30 UTC
++++ include/fcl/common/types.h
+@@ -38,6 +38,7 @@
+ #ifndef FCL_DATA_TYPES_H
+ #define FCL_DATA_TYPES_H
+ 
++#include <cassert>
+ #include <cstddef>
+ #include <cstdint>
+ #include <vector>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c9b77d.41a33.1a9d2723>