Skip to content

Commit af23b7b

Browse files
committed
[Code] Fix 'unknown reference to mAllocVectors...' error
1 parent 62c4a6b commit af23b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cubool/sources/core/library.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
namespace cubool {
4747

4848
std::unordered_set<class Matrix*> Library::mAllocMatrices;
49+
std::unordered_set<class Vector*> Library::mAllocVectors;
4950
std::shared_ptr<class BackendBase> Library::mBackend = nullptr;
5051
std::shared_ptr<class Logger> Library::mLogger = std::make_shared<DummyLogger>();
5152
bool Library::mRelaxedRelease = false;

0 commit comments

Comments
 (0)