diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-30 16:56:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-30 16:56:59 +0200 |
commit | 5e84df3dd2017781dc3ad6ea5f2fe636cb49297a (patch) | |
tree | 772948c12efb488bd9421806739788f9505a2491 | |
parent | be697571b121722f301b7ad29fc75d6a586e9cfc (diff) |
compat/process-list: fix cross build
-rw-r--r-- | opentrack-compat/process-list.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/process-list.hpp b/opentrack-compat/process-list.hpp index ef3b325f..10613791 100644 --- a/opentrack-compat/process-list.hpp +++ b/opentrack-compat/process-list.hpp @@ -13,7 +13,7 @@ #if defined _WIN32 #include <windows.h> -#include <TlHelp32.h> +#include <tlhelp32.h> template<typename = void> static QStringList get_all_executable_names() |