Skip to content
Snippets Groups Projects
Commit f02c0c76 authored by Boris Martin's avatar Boris Martin
Browse files

Update src/common/resources.cpp

parent 065b9679
Branches
Tags
1 merge request!28Fixed missing fix for Windows
Pipeline #10243 passed
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include <cstdio> #include <cstdio>
#if defined(_WIN32) && !defined(__CYGWIN__) #if defined(_WIN32) && !defined(__CYGWIN__)
#include <psapi.h>
#include <windows.h> #include <windows.h>
#include <psapi.h>
#endif #endif
#if !defined(WIN32) || defined(__CYGWIN__) #if !defined(WIN32) || defined(__CYGWIN__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment