From 7955d04ae3ffccdd768507f5b0ad081e9322507d Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Mon, 2 Feb 2026 13:41:35 +0100 Subject: [PATCH] Import std::chrono_literals into icinga namespace --- lib/base/i2-base.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/base/i2-base.hpp b/lib/base/i2-base.hpp index caf67f6f4..440862ff1 100644 --- a/lib/base/i2-base.hpp +++ b/lib/base/i2-base.hpp @@ -76,5 +76,10 @@ #define BOOST_BIND_NO_PLACEHOLDERS #include +#include + +namespace icinga { +using namespace std::chrono_literals; +} // namespace icinga #endif /* I2BASE_H */