mirror of
https://github.com/boostorg/container.git
synced 2026-01-25 08:42:34 +01:00
Add #pragma once to devector.hpp
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user