Skip to content

Commit

Permalink
AppStatisticsMonitor: Fix missing include on Linux
Browse files Browse the repository at this point in the history
Amends de18097.

Change-Id: I91d8fcc76ba3bf464f9fc53eabc39704253bd497
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
  • Loading branch information
Christian Stenger committed May 16, 2024
1 parent b16f4cc commit 609d81b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/appstatisticsmonitor/idataprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#include <QRegularExpression>
#include <QString>

#ifdef Q_OS_LINUX
#include <unistd.h>
#endif

using namespace Utils;

namespace AppStatisticsMonitor::Internal {
Expand Down

0 comments on commit 609d81b

Please sign in to comment.