I would strongly recommend avoiding `include` as much as possible, and in particular in this case.
What works usually is to create a module for your types, or to think about how you structure your program, usually you will see that you aren't organising your code in the best way.
