From cf54b3a33346d016e916e88f226178a54564f044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 17 Dec 2025 14:38:42 +0100 Subject: [PATCH] Add #pragma once to devector.hpp --- include/boost/container/devector.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/boost/container/devector.hpp b/include/boost/container/devector.hpp index 1a595d4..3508c6c 100644 --- a/include/boost/container/devector.hpp +++ b/include/boost/container/devector.hpp @@ -12,6 +12,14 @@ #ifndef BOOST_CONTAINER_DEVECTOR_HPP #define BOOST_CONTAINER_DEVECTOR_HPP +#ifndef BOOST_CONFIG_HPP +# include +#endif + +#if defined(BOOST_HAS_PRAGMA_ONCE) +# pragma once +#endif + #include #include