fix build

This commit is contained in:
Matthias Hochsteger 2022-04-25 20:30:27 +02:00
parent 9ceb2baeaa
commit d165d67765
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef VSFIELDLINES_HPP_INCLUDED
#define VSFIELDLINES_HPP_INCLUDED
#ifndef FIELDLINES_HPP_INCLUDED
#define FIELDLINES_HPP_INCLUDED
namespace netgen
{

View File

@ -1,7 +1,7 @@
#ifndef FILE_VSSOLUTION
#define FILE_VSSOLUTION
#include "vsfieldlines.hpp"
#include "fieldlines.hpp"
typedef void * ClientData;
struct Tcl_Interp;