Kajetan Johannes Hammerle 3 anni fa
parent
commit
e060479a40
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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