1 /**	@file
2 	@brief	Fake header to allow GHOST 4.09 use with MSVC 2005
3 
4 	@date	2010
5 
6 	@author
7 	Ryan Pavlik
8 	<rpavlik@iastate.edu> and <abiryan@ryand.net>
9 	http://academic.cleardefinition.com/
10 	Iowa State University Virtual Reality Applications Center
11 	Human-Computer Interaction Graduate Program
12 */
13 
14 #pragma once
15 
16 #include <vector>
17 using std::vector;
18 
19 // Disable dll export that depends on the SGI STL implementation
20 #undef GHOST_EXTRA_TEMPLATE_DECLARATIONS