Skip to content

Fix compilation with GCC 8

Jonathan Wiedemann requested to merge github/fork/gbsf/gcc8 into master

Created by: gbsf

GCC 8 added some asserts in the STL such that having just this forward declaration isn't enough to compile SMESH anymore. Add this missing include.

Merge request reports