Add <cassert> header include
This fixes some Linux build failures.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// Created by Matthew Gretton-Dann on 02/12/2021.
|
||||
//
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <set>
|
||||
#include <string>
|
||||
@@ -55,4 +56,4 @@ auto main() -> int
|
||||
}
|
||||
std::cerr << "Didn't find an answer.\n";
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user