From 98f6609a938252496945312e2aedacb7efce74fc Mon Sep 17 00:00:00 2001
From: Simon Ottenhaus <simon.ottenhaus@kit.edu>
Date: Wed, 8 Mar 2017 13:15:11 +0100
Subject: [PATCH] changed include

---
 source/RobotAPI/drivers/OptoForceUnit/OptoForceUnit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotAPI/drivers/OptoForceUnit/OptoForceUnit.h b/source/RobotAPI/drivers/OptoForceUnit/OptoForceUnit.h
index 1446d8d05..695d9c048 100644
--- a/source/RobotAPI/drivers/OptoForceUnit/OptoForceUnit.h
+++ b/source/RobotAPI/drivers/OptoForceUnit/OptoForceUnit.h
@@ -27,7 +27,7 @@
 #include <ArmarXCore/core/Component.h>
 #include <ArmarXCore/core/services/tasks/RunningTask.h>
 #include <RobotAPI/interface/units/OptoForceUnit.h>
-#include <opto.h>
+#include <OptoForce/omd/opto.h>
 
 namespace armarx
 {
-- 
GitLab