From 97319457884be9291eeaa259c2f249d2ad30fa50 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 30 Nov 2022 11:16:38 +0100 Subject: PE: Fix compile without tests Change-Id: Id1e4daa7eec3860d833cd0b97148d5dea74e44ef Reviewed-by: hjk --- src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp index 21c0d37290..16fc894930 100644 --- a/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp +++ b/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp @@ -35,8 +35,9 @@ #include "jsonwizard_test.cpp" #endif -namespace ProjectExplorer { +using namespace Utils; +namespace ProjectExplorer { namespace Internal { class ProjectFileTreeItem : public TreeItem -- cgit v1.2.3