Gabriele Contini
2020-03-15 a1b64080d1525a7a65e53f33d1a3fd257957e732
src/library/os/linux/cpu_info.cpp
@@ -11,6 +11,7 @@
#include "../cpu_info.hpp"
namespace license {
namespace os {
using namespace std;
struct CPUVendorID {
@@ -52,5 +53,5 @@
   CPUVendorID vendorID{.ebx = ebx, .edx = edx, .ecx = ecx};
   return vendorID.toString();
}
}  // namespace os
} /* namespace license */