Skip to content

Commit

Permalink
Add missing #include <shellapi.h> (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedr authored Nov 7, 2024
1 parent ba978ec commit aa6268e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/MRMesh/MRSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#include <fstream>

#ifdef _WIN32
#include "psapi.h"
#include <psapi.h>
#include <shellapi.h>

#ifndef _MSC_VER
#include <cpuid.h>
Expand Down
1 change: 1 addition & 0 deletions source/MRViewer/MRConsoleWindows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#ifdef _WIN32
#include <Windows.h>
#include <shellapi.h>
#include <MRMesh/MRStringConvert.h>
#include <iostream>

Expand Down

0 comments on commit aa6268e

Please sign in to comment.