From 406cf0fe6e696575a46a8dc34daa5532435bd013 Mon Sep 17 00:00:00 2001 From: ExceptionallyGreat <33473980+ExceptionallyGreat@users.noreply.github.com> Date: Tue, 21 Nov 2017 11:24:03 -0800 Subject: [PATCH] Update gpu.hpp Fixing the compile error on MacOS X --- xmrstak/backend/amd/amd_gpu/gpu.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xmrstak/backend/amd/amd_gpu/gpu.hpp b/xmrstak/backend/amd/amd_gpu/gpu.hpp index 123de01..abbd08d 100644 --- a/xmrstak/backend/amd/amd_gpu/gpu.hpp +++ b/xmrstak/backend/amd/amd_gpu/gpu.hpp @@ -9,6 +9,7 @@ #endif #include <stdint.h> +#include <string> #include <vector> #define ERR_SUCCESS (0) -- GitLab