Skip to content

Commit 5316f11

Browse files
authored
Merge pull request #385 from evouga/defaultvalidator-fix
Fix missing header in default validator
2 parents 50d9b40 + 9008d00 commit 5316f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

support/default_validator/default_validator.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <cassert>
88
#include <cmath>
99
#include <cstdarg>
10+
#include <tuple>
1011

1112
const int EXIT_AC = 42;
1213
const int EXIT_WA = 43;

0 commit comments

Comments
 (0)