Skip to content

Commit d142160

Browse files
committed
Include sstream to avoid implicit instantion of forward-declared object (header anyway only used once
1 parent 63c7419 commit d142160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/OptionsHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
1515
#include <boost/program_options/variables_map.hpp>
16-
#include <iosfwd>
16+
#include <sstream>
1717

1818
namespace boost::program_options
1919
{

0 commit comments

Comments
 (0)