diff options
Diffstat (limited to 'src/common/cpu_detect_generic.cpp')
| -rw-r--r-- | src/common/cpu_detect_generic.cpp | 4 |
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 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "cpu_detect.h" | 5 | #include "cpu_detect.h" |
| 6 | #include "hash.h" | ||
| 6 | 7 | ||
| 7 | namespace Common { | 8 | namespace Common { |
| 8 | 9 | ||
| 9 | CPUInfo cpu_info; | 10 | CPUInfo cpu_info; |
| 10 | 11 | ||
| 11 | CPUInfo::CPUInfo() { } | 12 | CPUInfo::CPUInfo() { |
| 13 | } | ||
| 12 | 14 | ||
| 13 | std::string CPUInfo::Summarize() { | 15 | std::string CPUInfo::Summarize() { |
| 14 | return "Generic"; | 16 | return "Generic"; |