소스 검색

new include

Kajetan Johannes Hammerle 3 년 전
부모
커밋
e060479a40
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Main.cpp

+ 1 - 0
Main.cpp

@@ -1,6 +1,7 @@
 #include <cassert>
 #include <iostream>
 #include <vector>
+#include <new>
 
 // All implementations in this class use ints insteads of size_t because size_t
 // is interely slow compared to ints. C++20 also adds new methods to call for