We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d9b40 commit 9008d00Copy full SHA for 9008d00
support/default_validator/default_validator.cc
@@ -7,6 +7,7 @@
7
#include <cassert>
8
#include <cmath>
9
#include <cstdarg>
10
+#include <tuple>
11
12
const int EXIT_AC = 42;
13
const int EXIT_WA = 43;
0 commit comments