From dd7915acfe04c967156ac405762193fc25311bbf Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 12 Feb 2016 14:12:56 +0100 Subject: [PATCH] ShellCommand: Add missing include It was included only by another included header. Change-Id: Idff745a7d811c7fe0c4c791eeda884bcd4a62d98 Reviewed-by: Orgad Shaneh --- src/libs/utils/shellcommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/utils/shellcommand.cpp b/src/libs/utils/shellcommand.cpp index 15394d938e..b9366adb5c 100644 --- a/src/libs/utils/shellcommand.cpp +++ b/src/libs/utils/shellcommand.cpp @@ -26,6 +26,7 @@ #include "shellcommand.h" #include "fileutils.h" +#include "qtcassert.h" #include "synchronousprocess.h" #include "runextensions.h" -- GitLab