peerplays-fc/include/fc/vector_fwd.hpp
2012-11-12 21:45:41 -05:00

11 lines
186 B
C++

#ifndef _FC_VECTOR_FWD_HPP_
#define _FC_VECTOR_FWD_HPP_
#if 0
#include <fc/vector.hpp>
#else
namespace fc {
template<typename T> class vector;
};
#endif
#endif // _FC_VECTOR_FWD_HPP_