config.hpp is not a public header

This commit is contained in:
Vinnie Falco
2017-10-10 07:49:03 -07:00
parent 7594c88f8f
commit 8179be560e
69 changed files with 99 additions and 124 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#ifndef BOOST_BEAST_CORE_FILE_HPP
#define BOOST_BEAST_CORE_FILE_HPP
#include <boost/beast/config.hpp>
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/file_base.hpp>
#include <boost/beast/core/file_posix.hpp>
#include <boost/beast/core/file_stdio.hpp>