Skip to content

Commit 0db07ec

Browse files
committed
Added missing #include thanks to Ben Hutchings <ben.hutchings-at-businesswebsoftware.com>
[SVN r18623]
1 parent bc112ba commit 0db07ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/scope.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef SCOPE_DWA2002724_HPP
77
# define SCOPE_DWA2002724_HPP
88

9-
# include <boost/python/object_core.hpp>
9+
# include <boost/python/object.hpp>
1010
# include <boost/python/refcount.hpp>
1111
# include <boost/utility.hpp>
1212

0 commit comments

Comments
 (0)