OSVR-Core
vector.h
Go to the documentation of this file.
1 
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