git: 68374a2c7533 - main - math/fcl: add missing #include <cassert>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Mar 2026 23:36:29 UTC
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>