Add #pragma once to devector.hpp

This commit is contained in:
Ion Gaztañaga
2025-12-17 14:38:42 +01:00
parent 2fe7163fa0
commit cf54b3a333

View File

@@ -12,6 +12,14 @@
#ifndef BOOST_CONTAINER_DEVECTOR_HPP
#define BOOST_CONTAINER_DEVECTOR_HPP
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif
#if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
#endif
#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>