From 651caf2377c5b7c144386c6a479c98d1cb98d417 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Jul 2022 13:34:15 +0200 Subject: Work around VC16 issue --- libbuild2/cc/pkgconfig.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 69e6916..29de44f 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -22,6 +22,8 @@ #include #include +using namespace std; // VC16 + namespace build2 { namespace cc -- cgit v1.1