#include "sudoku.h" #include "row.h" box& row::iterator::operator*() const { return p->a[y][x]; }