summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppfollowsymbolundercursor.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-04-24 09:55:20 +0300
committerOrgad Shaneh <orgads@gmail.com>2015-05-15 14:21:45 +0000
commit9b30795c02ac659606304f1a101279cd66af5c07 (patch)
tree67a9d988af34cb2f3701302d89a330a07350e12c /src/plugins/cppeditor/cppfollowsymbolundercursor.cpp
parentee37f60bffb14fc20abe63b812dc3b8f20974fe1 (diff)
downloadqt-creator-9b30795c02ac659606304f1a101279cd66af5c07.tar.gz
C++: Fix lookup for instantiation by class object
Task-number: QTCREATORBUG-14352 Change-Id: I2ce4bc1d0dba2414afe050e80607b581686081a9 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/cppeditor/cppfollowsymbolundercursor.cpp')
-rw-r--r--src/plugins/cppeditor/cppfollowsymbolundercursor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppfollowsymbolundercursor.cpp b/src/plugins/cppeditor/cppfollowsymbolundercursor.cpp
index 4d03ac941e..a166e8d641 100644
--- a/src/plugins/cppeditor/cppfollowsymbolundercursor.cpp
+++ b/src/plugins/cppeditor/cppfollowsymbolundercursor.cpp
@@ -38,6 +38,7 @@
#include <cplusplus/ExpressionUnderCursor.h>
#include <cplusplus/ResolveExpression.h>
#include <cplusplus/SimpleLexer.h>
+#include <cplusplus/Templates.h>
#include <cplusplus/TypeOfExpression.h>
#include <cpptools/cppmodelmanager.h>
#include <cpptools/functionutils.h>