Closed pljakobs closed 1 month ago
to avoid Defs being defined more than once.
This should fix the follow on issue reported #56.
I guess I'm being a bit liberal in adding it to all the include files, but I can't see why that would be a problem.
Good find, thank you. Avoiding multiple #include is always a good idea!
#include
to avoid Defs being defined more than once.
This should fix the follow on issue reported #56.
I guess I'm being a bit liberal in adding it to all the include files, but I can't see why that would be a problem.