summaryrefslogtreecommitdiffstats
path: root/src/common/cpu_detect_generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/cpu_detect_generic.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/cpu_detect_generic.cpp b/src/common/cpu_detect_generic.cpp
index b99c22af8..ccec324d9 100644
--- a/src/common/cpu_detect_generic.cpp
+++ b/src/common/cpu_detect_generic.cpp
@@ -3,12 +3,14 @@
// Refer to the license.txt file included.
#include "cpu_detect.h"
+#include "hash.h"
namespace Common {
CPUInfo cpu_info;
-CPUInfo::CPUInfo() { }
+CPUInfo::CPUInfo() {
+}
std::string CPUInfo::Summarize() {
return "Generic";