diff options
-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() |