gcontini
2020-03-14 4fed16072030c3176e3ace1b270d3144b0714f99
src/library/os/windows/cpu_info.cpp
@@ -12,6 +12,7 @@
#include "../cpu_info.hpp"
namespace license {
namespace os {
using namespace std;
CpuInfo::CpuInfo() {}
@@ -43,5 +44,5 @@
   __cpuid(cpui, 0x0);
   return string(reinterpret_cast<const char *>(cpui), 12);
}
}  // namespace os
} /* namespace license */