From 201dc96af656196a24e6ce4bbcc3e22fc960a972 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Jun 2017 22:10:01 +0300 Subject: Fix compilation with old compilers and not for linux. --- src/utils/cpu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/cpu.cpp') diff --git a/src/utils/cpu.cpp b/src/utils/cpu.cpp index 0df53f06f..61bb39539 100644 --- a/src/utils/cpu.cpp +++ b/src/utils/cpu.cpp @@ -26,6 +26,7 @@ && (GCC_VERSION >= 40800) && !defined(ANDROID) // nothing #elif defined(__linux__) || defined(__linux) +#include "utils/foreach.h" #include "utils/stringutils.h" #endif // (defined(__amd64__) || defined(__i386__)) && defined(__GNUC__) // && (GCC_VERSION >= 40800) && !defined(ANDROID) -- cgit v1.2.3-70-g09d2