Skip to content

Commit

Permalink
eckit::linalg::SparseMatrix::Allocator #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Nov 21, 2024
1 parent cfcb66c commit e59c541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eckit/linalg/allocator/BufferAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/


#pragma once

#include "eckit/linalg/SparseMatrix.h"

#include "eckit/memory/MemoryBuffer.h"
Expand Down
2 changes: 2 additions & 0 deletions src/eckit/linalg/allocator/InPlaceAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/


#pragma once

#include "eckit/linalg/SparseMatrix.h"


Expand Down
2 changes: 2 additions & 0 deletions src/eckit/linalg/allocator/StandardAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/


#pragma once

#include "eckit/linalg/SparseMatrix.h"

#include "eckit/memory/MemoryBuffer.h"
Expand Down

0 comments on commit e59c541

Please sign in to comment.