Skip to content

Commit

Permalink
Fix windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 29, 2023
1 parent b631687 commit 15ec9a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/InstallationDirectories.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#include <gz/physics/config.hh>
#include <gz/physics/InstallationDirectories.hh>

#ifdef _WIN32
#include <shlwapi.h>
#endif

namespace gz
{
namespace physics
Expand Down

0 comments on commit 15ec9a2

Please sign in to comment.