added includes

This commit is contained in:
Ismael 2016-05-26 20:57:27 +02:00
parent 37ab858e4b
commit d82f0c3131
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
// limitations under the License.
#include "benchmark/reporter.h"
#include "benchmark/complexity.h"
#include <cstdint>
#include <cstdio>

View File

@ -13,6 +13,7 @@
// limitations under the License.
#include "benchmark/reporter.h"
#include "benchmark/complexity.h"
#include <cstdlib>
#include <vector>