]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/qi/operator/sequence.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / qi / operator / sequence.hpp
index 817b7dc7c81919eea2fa21f462f412872033f586..3854c9e3cacb088d9e85711d9a336eaadbdf794b 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_SEQUENCE_APR_22_2006_0811AM)
-#define SPIRIT_SEQUENCE_APR_22_2006_0811AM
+#ifndef BOOST_SPIRIT_QI_OPERATOR_SEQUENCE_HPP
+#define BOOST_SPIRIT_QI_OPERATOR_SEQUENCE_HPP
 
 #if defined(_MSC_VER)
 #pragma once
@@ -15,6 +15,8 @@
 #include <boost/spirit/home/qi/operator/sequence_base.hpp>
 #include <boost/spirit/home/qi/detail/fail_function.hpp>
 #include <boost/spirit/home/qi/meta_compiler.hpp>
+#include <boost/proto/operators.hpp>
+#include <boost/proto/tags.hpp>
 
 namespace boost { namespace spirit
 {