From e3489fc2988272c0750ec91fbe8063b2ba994081 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Mon, 25 Feb 2013 20:18:10 +0100
Subject: [PATCH] Add missing includes.

---
 MeshLib/MeshGenerator.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MeshLib/MeshGenerator.cpp b/MeshLib/MeshGenerator.cpp
index c8c6a23c03b..522ffb24938 100644
--- a/MeshLib/MeshGenerator.cpp
+++ b/MeshLib/MeshGenerator.cpp
@@ -13,6 +13,10 @@
  */
 
 #include "MeshGenerator.h"
+#include "Node.h"
+
+#include "Elements/Edge.h"
+#include "Elements/Quad.h"
 
 #include <vector>
 
-- 
GitLab