From fcb714133b5febb4140b91d35dfe471bb23a3a96 Mon Sep 17 00:00:00 2001 From: chlorophyll-zz <43696399+chlorophyll-zz@users.noreply.github.com> Date: Thu, 2 Sep 2021 14:45:10 +0200 Subject: [PATCH] Update libqb.h this fixes PR #185 --- internal/c/libqb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/c/libqb.h b/internal/c/libqb.h index a9cd39f1f..30bd85362 100644 --- a/internal/c/libqb.h +++ b/internal/c/libqb.h @@ -68,4 +68,6 @@ extern qbs *qbs_lcase(qbs *str); extern qbs *qbs_ucase(qbs *str); + + using namespace std; #endif