Explorar o código

Add missing #include in heap.hpp

Ian Goldberg hai 6 meses
pai
achega
58b6e26aeb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      heap.hpp

+ 1 - 0
heap.hpp

@@ -6,6 +6,7 @@
 #include "coroutine.hpp"
 #include "options.hpp"
 #include "mpcops.hpp"
+#include "duoram.hpp"
 
 class MinHeap {
 private: