diff --git a/qrenderdoc/Code/QRDUtils.cpp b/qrenderdoc/Code/QRDUtils.cpp index 90184cdac..25fefaf77 100644 --- a/qrenderdoc/Code/QRDUtils.cpp +++ b/qrenderdoc/Code/QRDUtils.cpp @@ -675,8 +675,9 @@ protected: }; #if defined(Q_OS_WIN32) -#include #include + +#include #endif bool RunProcessAsAdmin(const QString &fullExecutablePath, const QStringList ¶ms,