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/util.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.cc') diff --git a/src/util.cc b/src/util.cc index 92560b6..47cb5c4 100644 --- a/src/util.cc +++ b/src/util.cc @@ -6,6 +6,8 @@ #include #include +using namespace ctor; + std::string readFile(const std::string& fileName) { std::ifstream ifs(fileName.c_str(), -- cgit v1.2.3