mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-20 06:49:12 +08:00
missing ifdef
This commit is contained in:
parent
9c820d170e
commit
c02385b115
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <boost/nowide/convert.hpp>
|
#include <boost/nowide/convert.hpp>
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
#include <psapi.h>
|
#include <psapi.h>
|
||||||
|
# endif //WIN32
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user