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. --- src/unittest.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unittest.cc') diff --git a/src/unittest.cc b/src/unittest.cc index 942be3e..cceaec7 100644 --- a/src/unittest.cc +++ b/src/unittest.cc @@ -8,6 +8,8 @@ #include "execute.h" #include "task.h" +using namespace ctor; + int runUnitTests(std::set>& tasks, const Settings& settings) { -- cgit v1.2.3