forked from qt-creator/qt-creator
Fix header path in valgrind plugin.
analyzerconstants is part of the analyzerbase plugin. This fix building the valgrind tests. Change-Id: I298fd08b456bd49bbeb12df4f2bb878e8452f76d Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
committed by
hjk
parent
ec4cbc958b
commit
5873e52ada
@@ -35,7 +35,7 @@
|
||||
#ifndef VALGRIND_RUNNER_H
|
||||
#define VALGRIND_RUNNER_H
|
||||
|
||||
#include "analyzerconstants.h"
|
||||
#include <analyzerbase/analyzerconstants.h>
|
||||
|
||||
#include <utils/outputformat.h>
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
|
||||
Reference in New Issue
Block a user