[bugfix] Include important headers in implicit propertydefaults
The BCRSMatrix was nowhere included in the implicit models and just worked by chance with MPI. Without MPI and gcc 5.2.1 or clang 2.6 only decalaration of BCRSMatrix from matrixutils was available.
The propertydefaults should include important headers of the classes they are using to set the properties.