2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Include container-specific traits and algorithms header

[SVN r20526]
This commit is contained in:
Raoul Gough
2003-10-28 15:25:35 +00:00
parent 1addeee962
commit e425a15fd2
6 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +1,3 @@
// -*- mode:c++ -*-
//
// Module test_vector_shared_ext.cpp
//
// Copyright (c) 2003 Raoul M. Gough
@@ -26,6 +24,7 @@ bool operator== (int_wrapper_holder const &, int_wrapper_holder const &);
bool operator!= (int_wrapper_holder const &, int_wrapper_holder const &);
#include <boost/python/suite/indexing/container_suite.hpp>
#include <boost/python/suite/indexing/vector.hpp>
#include <vector>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>