From 0471f3d8f9f12ae43d755a48033c4828bd5a2523 Mon Sep 17 00:00:00 2001 From: Marco De Lucia Date: Mon, 16 Oct 2023 17:34:52 +0200 Subject: [PATCH] fix: readded "using namespace tug;" in naaice/BTCS_2D_NAAICE.cpp --- naaice/BTCS_2D_NAAICE.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/naaice/BTCS_2D_NAAICE.cpp b/naaice/BTCS_2D_NAAICE.cpp index bc80a8b..c356aea 100644 --- a/naaice/BTCS_2D_NAAICE.cpp +++ b/naaice/BTCS_2D_NAAICE.cpp @@ -11,6 +11,8 @@ #include "files.hpp" +using namespace tug; + /** * Try to parse an input string into a given template type. */