Skip to content

Commit 9008d00

Browse files
author
Etienne Vouga
committed
Fix missing header
1 parent 50d9b40 commit 9008d00

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)