From 440112964db182194235b3371de9a46cf95bf7d9 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 5 Oct 2016 17:59:59 +0200 Subject: PythonEditor: Code cosmetics Namespace, unused members. Change-Id: I5cad3a42843c716c5f06bd481c1a1b7b8a2cf29d Reviewed-by: Christian Stenger --- src/plugins/pythoneditor/pythoneditor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/pythoneditor/pythoneditor.cpp') diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index 20acd63918..01845891b0 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -35,6 +35,8 @@ #include +#include + using namespace TextEditor; namespace PythonEditor { -- cgit v1.2.1