Gabriele Contini
2020-02-24 9afdac17dcc8956fd795797bfc5b6e1c09285342
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