]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/http/file_body.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / beast / http / file_body.hpp
index 42e7a153309d1ea03febff3f80379a5c75c6431f..a78d7901de436e34e85a4c2769a7e423338e7dde 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
 //
 // 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)
@@ -30,6 +30,8 @@ using file_body = basic_file_body<file>;
 } // beast
 } // boost
 
-#include <boost/beast/http/impl/file_body_win32.ipp>
+#ifndef BOOST_BEAST_NO_FILE_BODY_WIN32
+#include <boost/beast/http/impl/file_body_win32.hpp>
+#endif
 
 #endif