Skip to content

Commit cb5b313

Browse files
committed
add missing forward declaration
1 parent c95859b commit cb5b313

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

include/MGIS/Function/EvaluatorConcept.hxx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
#include "MGIS/Function/CompileTimeSize.hxx"
1515
#include "MGIS/Function/SpaceConcept.hxx"
1616

17+
namespace mgis {
18+
19+
// forward declaration
20+
struct AbstractErrorHandler;
21+
22+
} // end of namespace mgis
23+
1724
namespace mgis::function {
1825

1926
namespace internals {

0 commit comments

Comments
 (0)