Browse Source

Added missing include of heap.h in collections.

David Piuva 9 months ago
parent
commit
7cf503172d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/DFPSR/collection/collections.h

+ 1 - 0
Source/DFPSR/collection/collections.h

@@ -27,6 +27,7 @@
 #ifndef DFPSR_COLLECTIONS
 #define DFPSR_COLLECTIONS
 
+#include "../base/heap.h"
 #include <cstdint>
 
 namespace dsr {