From 75e4394d720c9cf8039a5e07110322c2b55bce8c Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 08 3月 2020 21:45:16 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' of https://github.com/open-license-manager/open-license-manager.git into feature/pc_identifiers --- src/library/os/cpu_info_common.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/library/os/cpu_info_common.cpp b/src/library/os/cpu_info_common.cpp index d75ccf1..119b77e 100644 --- a/src/library/os/cpu_info_common.cpp +++ b/src/library/os/cpu_info_common.cpp @@ -8,6 +8,7 @@ #include "cpu_info.hpp" namespace license { +namespace os { using namespace std; const unordered_map<string, VIRTUALIZATION_DETAIL> virtual_cpu_names{ @@ -39,4 +40,5 @@ } return result; } +} // namespace os } // namespace license -- Gitblit v1.9.1