Fix a compilation error introduced in PR #91.
For some reason it passed builbot-try but didn't build after being merged to msater. Did not expect that, sorry :(
This commit is contained in:
parent
7cabe1772e
commit
4ba9cb217f
|
@ -7,6 +7,7 @@
|
|||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue