/** @file @brief Fake header to allow GHOST 4.09 use with MSVC 2005 @date 2012 @author Ryan Pavlik and http://academic.cleardefinition.com/ Iowa State University Virtual Reality Applications Center Human-Computer Interaction Graduate Program */ #pragma once #include //using stdext::hash_map; template class hash; template class equal_to; template class hash_map; template class hash_map, equal_to > : public stdext::hash_map {};