From d7e1afcda0ea19c157ecf2c47c40b37495ccb38d Mon Sep 17 00:00:00 2001
From: Joan Sola <jsola@iri.upc.edu>
Date: Tue, 19 Jun 2018 10:09:40 +0200
Subject: [PATCH] Fix include with quotes instead of brackets <>

---
 src/constraint_GPS_pseudorange_2D.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/constraint_GPS_pseudorange_2D.h b/src/constraint_GPS_pseudorange_2D.h
index 8f9cf7397..7a04463b9 100644
--- a/src/constraint_GPS_pseudorange_2D.h
+++ b/src/constraint_GPS_pseudorange_2D.h
@@ -4,7 +4,7 @@
 #define LIGHT_SPEED_ 299792458
 
 //Wolf includes
-#include <sensor_GPS.h>
+#include "sensor_GPS.h"
 #include "feature_GPS_pseudorange.h"
 #include "constraint_autodiff.h"
 
-- 
GitLab