From 1caadbd0e0fea81697361e6eb9c0f2fc4701b2bc Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 8 Nov 2008 18:40:27 +0000
Subject: [PATCH] *** empty log message ***

---
 Numeric/Makefile          | 3 ++-
 Numeric/gmshAssembler.cpp | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Numeric/Makefile b/Numeric/Makefile
index 0c9caa38d6..3f112ced60 100644
--- a/Numeric/Makefile
+++ b/Numeric/Makefile
@@ -53,7 +53,8 @@ depend:
 Numeric.o: Numeric.cpp ../Common/Message.h Numeric.h NumericEmbedded.h
 NumericEmbedded.o: NumericEmbedded.cpp NumericEmbedded.h \
   ../Common/Message.h
-gmshAssembler.o: gmshAssembler.cpp gmshAssembler.h gmshLinearSystem.h
+gmshAssembler.o: gmshAssembler.cpp ../Geo/MVertex.h ../Geo/SPoint3.h \
+  gmshAssembler.h gmshLinearSystem.h
 gmshTermOfFormulation.o: gmshTermOfFormulation.cpp \
   gmshTermOfFormulation.h ../Common/GmshMatrix.h gmshFunction.h \
   ../Common/Gmsh.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
diff --git a/Numeric/gmshAssembler.cpp b/Numeric/gmshAssembler.cpp
index 2ab8355b6a..8195d0cd14 100644
--- a/Numeric/gmshAssembler.cpp
+++ b/Numeric/gmshAssembler.cpp
@@ -1,4 +1,4 @@
-#include <gmsh/MVertex.h>
+#include "MVertex.h"
 #include "gmshAssembler.h"
 #include "gmshLinearSystem.h"
 
-- 
GitLab