FEM Post: fix vtk include wthout guard

This commit is contained in:
Stefan Tröger
2016-04-13 21:44:07 +02:00
committed by wmayer
parent 95d1e8244f
commit 4c9d4e1fdc
2 changed files with 9 additions and 4 deletions

View File

@@ -64,8 +64,10 @@
#include "FemMesh.h"
#include "FemMeshObject.h"
#include "FemPostPipeline.h"
#include "FemMeshPy.h"
#ifdef FC_USE_VTK
#include "FemPostPipeline.h"
#endif
#include <cstdlib>