Add missing include for is_void

[SVN r44030]
This commit is contained in:
Douglas Gregor
2008-04-04 12:26:53 +00:00
parent adb7b0a214
commit 0936dbdd03

View File

@ -22,4 +22,5 @@
# include <boost/preprocessor/cat.hpp>
# include <boost/preprocessor/repeat.hpp>
# include <boost/preprocessor/inc.hpp>
# include <boost/type_traits/is_void.hpp>
#endif // BOOST_FUNCTION_PROLOGUE_HPP