Gabriele Contini
2020-03-14 b1ecd639a21eb73b185cbed66b1307f5d39ac529
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 */