소스 검색

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: