Browse Source

new include

Kajetan Johannes Hammerle 3 years ago
parent
commit
e060479a40
1 changed files with 1 additions and 0 deletions
  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