Skip to content

Commit

Permalink
Robot: Added missing header in KDL
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Oct 15, 2015
1 parent ba2e003 commit 52d5b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Robot/App/CMakeLists.txt
@@ -1,7 +1,7 @@
if(MSVC)
add_definitions(-DFCAppRobot -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH -DEIGEN2_SUPPORT)
add_definitions(-DFCAppRobot -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH)
else(MSVC)
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H -DEIGEN2_SUPPORT -DEIGEN_NO_EIGEN2_DEPRECATED_WARNING)
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
endif(MSVC)


Expand Down
1 change: 1 addition & 0 deletions src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp
Expand Up @@ -41,6 +41,7 @@


//#include "error.h"
#include <algorithm>
#include "velocityprofile_traphalf.hpp"

namespace KDL {
Expand Down

0 comments on commit 52d5b8a

Please sign in to comment.