Skip to content

Commit 0936dbd

Browse files
committed
Add missing include for is_void
[SVN r44030]
1 parent adb7b0a commit 0936dbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/boost/function/detail/prologue.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
# include <boost/preprocessor/cat.hpp>
2323
# include <boost/preprocessor/repeat.hpp>
2424
# include <boost/preprocessor/inc.hpp>
25+
# include <boost/type_traits/is_void.hpp>
2526
#endif // BOOST_FUNCTION_PROLOGUE_HPP

0 commit comments

Comments
 (0)