std
/build/rock-master-18.09-base-orogen-std-0.20150324/stdTypes.hpp
Go to the documentation of this file.
1 #ifndef std_TYPES_HPP
2 #define std_TYPES_HPP
3 
4 /* If you need to define types specific to your oroGen components, define them
5  * here. Required headers must be included explicitly
6  *
7  * However, it is common that you will only import types from your library, in
8  * which case you do not need this file
9  */
10 
11 namespace std {
12 }
13 
14 #endif
15