File: patch-002.diff

package info (click to toggle)
mrpt 1%3A2.15.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 92,456 kB
  • sloc: cpp: 555,366; ansic: 36,840; xml: 3,872; python: 2,195; sh: 524; makefile: 232
file content (13 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/python/src/mrpt/math/homog_matrices.cpp b/python/src/mrpt/math/homog_matrices.cpp
index 44599e0b4..f93f9d820 100644
--- a/python/src/mrpt/math/homog_matrices.cpp
+++ b/python/src/mrpt/math/homog_matrices.cpp
@@ -8,6 +8,8 @@
 #include <string>
 #include <pybind11/stl.h>
 
+#include <Eigen/Dense>
+
 
 #ifndef BINDER_PYBIND11_TYPE_CASTER
 	#define BINDER_PYBIND11_TYPE_CASTER