1 2 3 4 5 6 7 8 9 10
#ifndef MOD2_H_IN #define MOD2_H_IN #include "base_module.h" struct ClassInMod2 { ClassInMod3<int> VecInMod2; }; #endif