sizeof(), while looking like a function call, is actually an operator and part of the language core. No include needed.
size_t is defined in various headers: stddef.h, string.h, stdlib.h, and stdio.h. Including any one of them is enough to use size_t in your code.