Skip to content

Commit 799eeb0

Browse files
author
Jonathan Brandmeyer
committed
Fix a build error on Tru64. Thanks to Ralf W. Grosse-Kunstleve for this
fix. [SVN r22250]
1 parent 8452e27 commit 799eeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/python/slice.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
88

99
#include <boost/python/object.hpp>
10+
#include <boost/python/extract.hpp>
1011
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
1112

1213
#include <iterator>

0 commit comments

Comments
 (0)