Skip to content

Commit

Permalink
added missing #include's to blas.cpp to fix unity builds
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Oct 28, 2024
1 parent 9d5d8f2 commit f657ecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TiledArray/device/blas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

#include <TiledArray/device/blas.h>

#include <memory>
#include <vector>

namespace TiledArray {

std::vector<std::unique_ptr<blas::Queue>> BLASQueuePool::queues_;
Expand Down

0 comments on commit f657ecb

Please sign in to comment.