mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Import std::chrono_literals into icinga namespace
This commit is contained in:
parent
d565401cdf
commit
7955d04ae3
1 changed files with 5 additions and 0 deletions
|
|
@ -76,5 +76,10 @@
|
|||
#define BOOST_BIND_NO_PLACEHOLDERS
|
||||
|
||||
#include <functional>
|
||||
#include <chrono>
|
||||
|
||||
namespace icinga {
|
||||
using namespace std::chrono_literals;
|
||||
} // namespace icinga
|
||||
|
||||
#endif /* I2BASE_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue