Gabriele Contini
2020-03-08 de5002941fb2f65eda8f9603e4723f95e11fde97
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