#include #include "dice.h" #include using namespace std; struct Info { Info () { cout << myDice.size() << endl; } vector myDice; }; int main() { Info inf; }