diff options
| author | Dave Cottlehuber <dch@FreeBSD.org> | 2026-05-14 06:56:08 +0000 |
|---|---|---|
| committer | Dave Cottlehuber <dch@FreeBSD.org> | 2026-05-14 06:58:17 +0000 |
| commit | 625ea72bc60edccccfd8939a976219c04e021b3c (patch) | |
| tree | 66221fadfa5604763b56a5a1e37c4d18e727cbe0 | |
| parent | d51bd1011483ed79646ecb2650e59cda4328cb52 (diff) | |
net-mgmt/simplomon: Fix build on 16-CURRENT
Reported by: pkg-fallout
Sponsored by: SkunkWerks, GmbH
| -rw-r--r-- | net-mgmt/simplomon/files/patch-notifiers.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/simplomon/files/patch-notifiers.hh b/net-mgmt/simplomon/files/patch-notifiers.hh new file mode 100644 index 000000000000..4843ca780b38 --- /dev/null +++ b/net-mgmt/simplomon/files/patch-notifiers.hh @@ -0,0 +1,8 @@ +--- notifiers.hh.orig 2026-05-09 08:36:59 UTC ++++ notifiers.hh +@@ -1,4 +1,5 @@ + #pragma once ++#include <type_traits> + #include <string> + #include "sol/sol.hpp" + #include "sclasses.hh" |
