]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/qi/operator/list.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / qi / operator / list.hpp
index c5b3ef6cd344a4de896b92871cbfd5ba0acc9f4c..cd5bbb6a61182983630a986281bc3c2280d9ee42 100644 (file)
@@ -5,8 +5,8 @@
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
-#if !defined(SPIRIT_LIST_MARCH_24_2007_1031AM)
-#define SPIRIT_LIST_MARCH_24_2007_1031AM
+#ifndef BOOST_SPIRIT_QI_OPERATOR_LIST_HPP
+#define BOOST_SPIRIT_QI_OPERATOR_LIST_HPP
 
 #if defined(_MSC_VER)
 #pragma once
@@ -21,6 +21,8 @@
 #include <boost/spirit/home/support/has_semantic_action.hpp>
 #include <boost/spirit/home/support/handles_container.hpp>
 #include <boost/spirit/home/support/info.hpp>
+#include <boost/proto/operators.hpp>
+#include <boost/proto/tags.hpp>
 #include <vector>
 
 namespace boost { namespace spirit