Skip to content

Commit

Permalink
CGAL: fix header includes
Browse files Browse the repository at this point in the history
The following includes are needed, otherwise dealii::ExcMessage is not
declared when including the header.
  • Loading branch information
tamiko committed Jun 11, 2022
1 parent 587e1e8 commit 1699169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/deal.II/cgal/additional_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define dealii_cgal_additional_data_h

#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>

#ifdef DEAL_II_WITH_CGAL

Expand Down
1 change: 1 addition & 0 deletions include/deal.II/cgal/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define dealii_cgal_utilities_h

#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>

#include <deal.II/cgal/additional_data.h>

Expand Down

0 comments on commit 1699169

Please sign in to comment.