Skip to content

Commit

Permalink
Dbalish/windows buildfix (#163)
Browse files Browse the repository at this point in the history
* reorder includes so min/max macros don't get defined

* remove accidental newline
  • Loading branch information
dougbalish1 authored Oct 14, 2024
1 parent 8cc733c commit 49b344c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Utilities/DepthImageUtility/DepthImageUtility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
* 2023-10-12, [email protected], PR1044, Created file.
**/

#include <MultiSense/details/utility/Portability.hh>
#include <MultiSense/MultiSenseChannel.hh>

#ifdef WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
Expand Down Expand Up @@ -62,9 +65,6 @@
#include <Utilities/shared/ChannelUtilities.hh>
#include <Utilities/shared/Io.hh>

#include <MultiSense/details/utility/Portability.hh>
#include <MultiSense/MultiSenseChannel.hh>

using namespace crl::multisense;

namespace { // anonymous
Expand Down

0 comments on commit 49b344c

Please sign in to comment.