commit | 954e21152e204b1960aca802eb9f16d054d70fd9 | [log] [tgz] |
---|---|---|
author | Rasmus Munk Larsen <rmlarsen@google.com> | Sun Aug 10 21:23:31 2025 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Sun Aug 10 21:23:31 2025 +0000 |
tree | 432d0b3561e6bd25032ee497bc6322acbe17b376 | |
parent | e15cd620a06eab392fc6fa98cb54e427cedfdbd2 [diff] |
Include <limits> in test main.h
diff --git a/test/main.h b/test/main.h index 2288778..db4d484 100644 --- a/test/main.h +++ b/test/main.h
@@ -14,6 +14,7 @@ #include <iostream> #include <iomanip> #include <fstream> +#include <limits> #include <string> #include <sstream> #include <vector>