summaryrefslogtreecommitdiff
path: root/boost/beast/http/file_body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/http/file_body.hpp')
-rw-r--r--boost/beast/http/file_body.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/boost/beast/http/file_body.hpp b/boost/beast/http/file_body.hpp
index 42e7a15330..a78d7901de 100644
--- a/boost/beast/http/file_body.hpp
+++ b/boost/beast/http/file_body.hpp
@@ -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