Skip to content

Add missing include in ComposedGridFunction

Lasse Hinrichsen-Bischoff requested to merge fix/add-missing-include into master

Without this, the typedef using Traits = Imp::GridFunctionTraits<Range(Domain), EntitySet, DefaultDerivativeTraits, 16>; and some others might not be declared in time.

Merge request reports