blob: 1300881629859837ec423c7277a66cdac5de547d [file] [log] [blame]
#ifndef MOD2_H_IN
#define MOD2_H_IN
#include "base_module.h"
struct ClassInMod2 {
ClassInMod3<int> VecInMod2;
};
#endif