Fix missing <tuple> header in csv/json_reporter

This commit is contained in:
Kai Wolf 2016-03-30 09:14:04 +02:00
parent 1043f45bed
commit 1203b3cbe4
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
#include <cstdint>
#include <iostream>
#include <string>
#include <tuple>
#include <vector>
#include "string_util.h"

View file

@ -17,6 +17,7 @@
#include <cstdint>
#include <iostream>
#include <string>
#include <tuple>
#include <vector>
#include "string_util.h"