From 605f345dc086667eda19d48c38368477400c727d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 16 Apr 2023 19:54:11 +0200 Subject: [PATCH] Using required namespaces --- CLI/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLI/Program.cs b/CLI/Program.cs index 21e2cb5..a0af0ea 100644 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -1,4 +1,5 @@ -namespace CLI; +using Common; +namespace CLI; class Program {