aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-04 13:34:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-04 13:34:15 +0200
commit651caf2377c5b7c144386c6a479c98d1cb98d417 (patch)
tree34528dc6281184306808d52b981687a7865c0adf
parentf701aca96a0492b5d7fdea4425bff5ff12d343f3 (diff)
Work around VC16 issue
-rw-r--r--libbuild2/cc/pkgconfig.cxx2
1 files changed, 2 insertions, 0 deletions
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 <libbuild2/cc/compile-rule.hxx>
#include <libbuild2/cc/link-rule.hxx>
+using namespace std; // VC16
+
namespace build2
{
namespace cc