diff --git a/test/src/unit-class_lexer.cpp b/test/src/unit-class_lexer.cpp index a08b1dbbc..1ac5068bd 100644 --- a/test/src/unit-class_lexer.cpp +++ b/test/src/unit-class_lexer.cpp @@ -37,6 +37,7 @@ using nlohmann::json; namespace { // shortcut to scan a string literal +json::lexer::token_type scan_string(const char* s); json::lexer::token_type scan_string(const char* s) { auto ia = nlohmann::detail::input_adapter(s);