Преглед изворни кода

Add missing #include in heap.hpp

Ian Goldberg пре 6 месеци
родитељ
комит
58b6e26aeb
1 измењених фајлова са 1 додато и 0 уклоњено
  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: