From 417a03a8a4847351f8545436dc0b2af2514fcc64 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 18 Feb 2024 19:36:41 +0100 Subject: [PATCH] Fix unit tests build --- test/test_helpers.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/test_helpers.hpp b/test/test_helpers.hpp index 78d9ab9..a74d044 100644 --- a/test/test_helpers.hpp +++ b/test/test_helpers.hpp @@ -5,7 +5,6 @@ #include #include #include -#include #ifdef CMAKE_GITHUB_CI #include @@ -13,6 +12,11 @@ #include #endif +namespace ss { +template +class parser; +} /* ss */ + namespace { struct buffer { std::string data_; @@ -185,5 +189,4 @@ std::tuple, std::string> make_parser( } } } - } /* namespace */