14 #ifndef INCLUDED_core_io_serialization_Pipe_fwd_hh
15 #define INCLUDED_core_io_serialization_Pipe_fwd_hh
19 #include <luabind/luabind.hpp>
22 #include <boost/shared_ptr.hpp>
26 #ifdef USEBOOSTSERIALIZE
27 #include <boost/serialization/vector.hpp>
28 #include <boost/serialization/shared_ptr.hpp>
33 namespace serialization {
35 typedef std::vector< core::pose::PoseSP >
Pipe;
36 typedef boost::shared_ptr< Pipe >
PipeSP;
39 void lregister_Pipe( lua_State * lstate );