From 02a97ab9efaa09380eccf768d5f130bbc3db425f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 30 Sep 2014 11:54:16 +0200 Subject: [PATCH] CppEditor: Use correct include type. Change-Id: I9c02e0f7b9701ffac9a2c05d240573e65464fb52 Reviewed-by: Christian Kandeler --- src/plugins/cppeditor/cppquickfix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cppeditor/cppquickfix.h b/src/plugins/cppeditor/cppquickfix.h index 5bd8e54b90e..e4932c4fbdc 100644 --- a/src/plugins/cppeditor/cppquickfix.h +++ b/src/plugins/cppeditor/cppquickfix.h @@ -31,9 +31,9 @@ #define CPPQUICKFIX_H #include "cppeditor_global.h" +#include "cppquickfixassistant.h" #include -#include namespace CPlusPlus { class Snapshot; }