diff options
author | ExceptionallyGreat <33473980+ExceptionallyGreat@users.noreply.github.com> | 2017-11-21 11:24:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 11:24:03 -0800 |
commit | 406cf0fe6e696575a46a8dc34daa5532435bd013 (patch) | |
tree | d5bc11a06d9d68c47bcd00d1c2a3dd6232055125 /xmrstak/backend/amd/amd_gpu | |
parent | b3f7c8050442d4fcd6a3543a3827e714469bc4ce (diff) | |
download | xmr-stak-406cf0fe6e696575a46a8dc34daa5532435bd013.zip xmr-stak-406cf0fe6e696575a46a8dc34daa5532435bd013.tar.gz |
Update gpu.hpp
Fixing the compile error on MacOS X
Diffstat (limited to 'xmrstak/backend/amd/amd_gpu')
-rw-r--r-- | xmrstak/backend/amd/amd_gpu/gpu.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |