From 56e974553032989b10f17ebfad2261064b639bb8 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 7 Sep 2009 10:19:27 +0000
Subject: [PATCH] fix forward defs

---
 Geo/GModel.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Geo/GModel.h b/Geo/GModel.h
index 7ea8a4dc4b..cf98e4298b 100644
--- a/Geo/GModel.h
+++ b/Geo/GModel.h
@@ -18,6 +18,15 @@
 #include "SPoint3.h"
 #include "SBoundingBox3d.h"
 
+class Octree;
+class FM_Internals;
+class GEO_Internals;
+class OCC_Internals;
+class smooth_normals;
+class FieldManager;
+class CGNSOptions;
+class gLevelset;
+
 // A geometric model. The model is a "not yet" non-manifold B-Rep.
 class GModel
 {
-- 
GitLab