ShellCommand: Add missing include

It was included only by another included header.

Change-Id: Idff745a7d811c7fe0c4c791eeda884bcd4a62d98
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Eike Ziller
2016-02-12 14:12:56 +01:00
committed by Orgad Shaneh
parent 18afa34587
commit dd7915acfe

View File

@@ -26,6 +26,7 @@
#include "shellcommand.h"
#include "fileutils.h"
#include "qtcassert.h"
#include "synchronousprocess.h"
#include "runextensions.h"