diff --git a/test/performance/client.cpp b/test/performance/client.cpp index e86145f8..aa864c8f 100644 --- a/test/performance/client.cpp +++ b/test/performance/client.cpp @@ -24,7 +24,7 @@ namespace clblast { // ================================================================================================= -template const auto Client::kSeed = 42; // fixed seed for reproducibility +template const int Client::kSeed = 42; // fixed seed for reproducibility // Constructor template