net-mgmt/simplomon: Fix build on 16-CURRENT

Reported by:	pkg-fallout
Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber
2026-05-14 06:56:08 +00:00
parent d51bd10114
commit 625ea72bc6
@@ -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"