Skip to content
Snippets Groups Projects
Verified Commit 672a44b5 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: under some defines in Windows

parent 3c7372e8
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,6 @@ jobs:
set BOOST_ROOT_1_72_0=
set PATH=%PATH:C:\hostedtoolcache\windows\Boost\1.72.0;=%
conda list
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
type C:\Miniconda\envs\pinocchio\Library\include\urdf_sensor\sensor.h
......
......@@ -8,6 +8,12 @@
// Forward declaration of the main pinocchio namespace
namespace pinocchio {}
#ifdef _WIN32
#include <windows.h>
#undef far
#undef near
#endif
#include "pinocchio/macros.hpp"
#include "pinocchio/deprecation.hpp"
#include "pinocchio/warning.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment