]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CGAL: fix header includes 13955/head
authorMatthias Maier <tamiko@43-1.org>
Sat, 11 Jun 2022 03:06:24 +0000 (22:06 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sat, 11 Jun 2022 03:15:40 +0000 (22:15 -0500)
The following includes are needed, otherwise dealii::ExcMessage is not
declared when including the header.

include/deal.II/cgal/additional_data.h
include/deal.II/cgal/utilities.h

index 56b64ed79d5fee4d607268c6cd8bf537190d2088..ce3f6b9a9877e8dcb43c1e1d60bbe263065206c8 100644 (file)
@@ -18,6 +18,8 @@
 
 #include <deal.II/base/config.h>
 
+#include <deal.II/base/exceptions.h>
+
 #ifdef DEAL_II_WITH_CGAL
 
 #  include <CGAL/Mesh_facet_topology.h>
index 56d0e69953661b17bd044abe6d2b813f76912bdf..f3627efbc30d729f90948e2aee50d9d36599a4a4 100644 (file)
@@ -18,6 +18,8 @@
 
 #include <deal.II/base/config.h>
 
+#include <deal.II/base/exceptions.h>
+
 #include <deal.II/cgal/additional_data.h>
 
 #ifdef DEAL_II_WITH_CGAL

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.