diff options
author | Keuin <[email protected]> | 2022-04-15 14:18:41 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-15 14:18:41 +0800 |
commit | 9c3632426ca0cf8691347873dd9b1fae92e5e5bf (patch) | |
tree | d53b46f820e8808fe4b82c43f6e32fa16e2d926f | |
parent | 45e6aaf69dae2c6f823b72057e6a918a18c0d87d (diff) |
Add missing header.
-rw-r--r-- | vec.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #include <cmath> #include <random> #include <ostream> +#include <cassert> static inline bool eq(int a, int b) { return a == b; |