From 86855f7c70dd5d4fc4d9aaff4f40feae07b367d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 4 Aug 2024 22:43:04 +0200 Subject: [PATCH] Including was incorrectly under the Chrono check. --- test/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util.hpp b/test/util.hpp index 633da29..aee50ad 100644 --- a/test/util.hpp +++ b/test/util.hpp @@ -46,12 +46,12 @@ #if (BOOST_CXX_VERSION >= 201103L) #define BOOST_INTERPROCESS_DATE_TIME_AVAILABLE +#include #endif #ifdef BOOST_INTERPROCESS_BOOST_CHRONO_AVAILABLE #define BOOST_CHRONO_HEADER_ONLY #include -#include #endif #include