summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-30 16:56:59 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-30 16:56:59 +0200
commit5e84df3dd2017781dc3ad6ea5f2fe636cb49297a (patch)
tree772948c12efb488bd9421806739788f9505a2491
parentbe697571b121722f301b7ad29fc75d6a586e9cfc (diff)
compat/process-list: fix cross build
-rw-r--r--opentrack-compat/process-list.hpp2
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()