summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/kalmanFilterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kalmanFilterTest.cpp b/test/kalmanFilterTest.cpp
index e3dc1e4..bb0acda 100644
--- a/test/kalmanFilterTest.cpp
+++ b/test/kalmanFilterTest.cpp
@@ -1,6 +1,6 @@
#include <iostream>
#include <gtest/gtest.h>
-#include "eigen3/Eigen/Dense"
+#include <Eigen/Dense>
#include "../include/kalmanfilter.hpp"
using namespace Eigen;