From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- test/tasks_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/tasks_test.cc') diff --git a/test/tasks_test.cc b/test/tasks_test.cc index a660994..594261d 100644 --- a/test/tasks_test.cc +++ b/test/tasks_test.cc @@ -3,6 +3,8 @@ #include #include +using namespace ctor; + namespace { BuildConfigurations ctorTestConfigs1(const Settings&) -- cgit v1.2.3