fix build

need to include header for assert
This commit is contained in:
Arne Morten Kvarving 2021-08-12 15:11:36 +02:00
parent 080cd410f2
commit d1a51569bc

View File

@ -34,6 +34,7 @@
#include <dune/common/parallel/mpihelper.hh>
#include <array>
#include <cassert>
#include <memory>
#include <optional>
#include <stdexcept>