Skip to content

Commit

Permalink
+ fix build failure of Robot module when using occ
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 15, 2016
1 parent 9316a15 commit c60da6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Robot/App/kdl_cp/tree.hpp
Expand Up @@ -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"
Expand Down

0 comments on commit c60da6c

Please sign in to comment.