aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/BlobMemoryPool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/BlobMemoryPool.cpp')
-rw-r--r--src/runtime/BlobMemoryPool.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/BlobMemoryPool.cpp b/src/runtime/BlobMemoryPool.cpp
index 6571c75fe7..29505e57fc 100644
--- a/src/runtime/BlobMemoryPool.cpp
+++ b/src/runtime/BlobMemoryPool.cpp
@@ -24,6 +24,7 @@
#include "arm_compute/runtime/BlobMemoryPool.h"
#include "arm_compute/core/Error.h"
+#include "arm_compute/runtime/IAllocator.h"
#include "arm_compute/runtime/IMemoryPool.h"
#include "arm_compute/runtime/Types.h"
#include "support/ToolchainSupport.h"
@@ -47,8 +48,6 @@ BlobMemoryPool::~BlobMemoryPool()
void BlobMemoryPool::acquire(MemoryMappings &handles)
{
- ARM_COMPUTE_ERROR_ON(handles.size() > _blobs.size());
-
// Set memory to handlers
for(auto &handle : handles)
{