]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/qi/operator/expect.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / qi / operator / expect.hpp
index 540372c33f5e5596abdcd7f96042d9142420b142..aa2462fc7dc2074f89a29e794a7c8496d28eceeb 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_EXPECT_APRIL_29_2007_0445PM)
-#define SPIRIT_EXPECT_APRIL_29_2007_0445PM
+#ifndef BOOST_SPIRIT_QI_OPERATOR_EXPECT_HPP
+#define BOOST_SPIRIT_QI_OPERATOR_EXPECT_HPP
 
 #if defined(_MSC_VER)
 #pragma once
@@ -19,6 +19,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>
 
 namespace boost { namespace spirit
 {