summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-04-15 14:18:41 +0800
committerKeuin <[email protected]>2022-04-15 14:18:41 +0800
commit9c3632426ca0cf8691347873dd9b1fae92e5e5bf (patch)
treed53b46f820e8808fe4b82c43f6e32fa16e2d926f
parent45e6aaf69dae2c6f823b72057e6a918a18c0d87d (diff)
Add missing header.
-rw-r--r--vec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vec.h b/vec.h
index 99004d6..78580a8 100644
--- a/vec.h
+++ b/vec.h
@@ -8,6 +8,7 @@
#include <cmath>
#include <random>
#include <ostream>
+#include <cassert>
static inline bool eq(int a, int b) {
return a == b;