diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-11-21 21:41:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 21:41:05 +0100 |
commit | 2bbe9c46abe7fba521e64b14ac0bcebf6b57a79e (patch) | |
tree | 45324289edf6e2cb282d7ddbb9f1824e3ab9cabb | |
parent | 010b1022edd85680716bd66a2f8a58e643116dd1 (diff) | |
parent | 406cf0fe6e696575a46a8dc34daa5532435bd013 (diff) | |
download | xmr-stak-2bbe9c46abe7fba521e64b14ac0bcebf6b57a79e.zip xmr-stak-2bbe9c46abe7fba521e64b14ac0bcebf6b57a79e.tar.gz |
Merge pull request #194 from ExceptionallyGreat/dev
Update gpu.hpp
-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) |