diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-17 08:22:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-17 08:22:13 +0200 |
commit | d033bef1ded739c056243e673a9e3fbb6c57ef24 (patch) | |
tree | 792d228003d6a080efa487a327a54379efd22bf7 /compat/process-list.hpp | |
parent | 5f0fef82211aa659a31a4b49308c5ad8779d2a2b (diff) |
fix build on Linux & Apple
Diffstat (limited to 'compat/process-list.hpp')
-rw-r--r-- | compat/process-list.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compat/process-list.hpp b/compat/process-list.hpp index 361efa4f..323829bf 100644 --- a/compat/process-list.hpp +++ b/compat/process-list.hpp @@ -8,8 +8,6 @@ #pragma once #include "export.hpp" -#include <vector> -#include <QString> -#include <QList> +#include <QStringList> OTR_COMPAT_EXPORT QStringList get_all_executable_names(); |