From eb8c21d7036f76f21bc951db3a9edd345a0fa1d5 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 15 May 2016 21:01:44 +0200 Subject: [PATCH] + fix build failure of Robot module when using occ --- src/Mod/Robot/App/kdl_cp/tree.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Robot/App/kdl_cp/tree.hpp b/src/Mod/Robot/App/kdl_cp/tree.hpp index 13ff496c0f..0ebbe43e02 100644 --- a/src/Mod/Robot/App/kdl_cp/tree.hpp +++ b/src/Mod/Robot/App/kdl_cp/tree.hpp @@ -22,7 +22,8 @@ #ifndef KDL_TREE_HPP #define KDL_TREE_HPP -#include "config.h" +// This file comes along with oce but not with occ. +//#include "config.h" #include "segment.hpp" #include "chain.hpp"