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:
Pierre Bourdon 2014-02-23 03:45:46 +01:00
parent 7cabe1772e
commit 4ba9cb217f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <algorithm>
#include <cstdarg>
#include <cstdio>
#include <iomanip>
#include <string>
#include <vector>