#ifndef _FC_VECTOR_FWD_HPP_ #define _FC_VECTOR_FWD_HPP_ #if 0 #include #else namespace fc { template class vector; }; #endif #endif // _FC_VECTOR_FWD_HPP_