diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-04 13:34:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-04 13:34:15 +0200 |
commit | 651caf2377c5b7c144386c6a479c98d1cb98d417 (patch) | |
tree | 34528dc6281184306808d52b981687a7865c0adf /libbuild2 | |
parent | f701aca96a0492b5d7fdea4425bff5ff12d343f3 (diff) |
Work around VC16 issue
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
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 |