Strict compiler flags for areas of code we want to ensure don't do conversions without us knowing about it.
Note
Typically this include should be ordered as the last include in a C/C++ file otherwise it can cause warnings in any includes after it which aren't expected to use strict warnings.