Skip to content

Commit 2eda031

Browse files
committed
Include necessary header, don't rely on two-phase lookup not being there.
Fixes #6790. [SVN r78331]
1 parent a70de61 commit 2eda031

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/boost/program_options/detail/config_file.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
#include <boost/program_options/eof_iterator.hpp>
1818

1919
#include <boost/detail/workaround.hpp>
20-
#if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3202))
2120
#include <boost/program_options/detail/convert.hpp>
22-
#endif
2321

2422
#if BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(60590042))
2523
#include <istream> // std::getline

0 commit comments

Comments
 (0)