Browse Source

Fix missing stack import

DricomDragon 5 years ago
parent
commit
7dbd1cc43e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.cc

+ 1 - 0
main.cc

@@ -9,6 +9,7 @@
 #include <list>
 #include <cstdlib>
 #include <ctime>
+#include <stack>
 
 using namespace std;