瀏覽代碼

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: