Skip to content

Commit 3119913

Browse files
author
Johannes Markert
committed
Add missing headers in order to import definitions.
1 parent ffe190f commit 3119913

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/t8_geometry/t8_geometry_implementations/t8_geometry_analytic.h

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
#ifndef T8_GEOMETRY_ANALYTIC_H
2828
#define T8_GEOMETRY_ANALYTIC_H
2929

30+
#include <t8.h>
31+
#include <t8_cmesh.h>
32+
3033
/**
3134
* Definition of an analytic geometry function.
3235
* This function maps reference coordinates to physical

src/t8_geometry/t8_geometry_with_vertices.h

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#ifndef T8_GEOMETRY_WITH_VERTICES_H
2929
#define T8_GEOMETRY_WITH_VERTICES_H
3030

31+
#include <t8.h>
3132
#include <t8_cmesh.h>
3233

3334
T8_EXTERN_C_BEGIN ();

0 commit comments

Comments
 (0)