mirror of
https://github.com/google/benchmark.git
synced 2024-11-26 07:32:19 +00:00
Fix missing <tuple> header in csv/json_reporter
This commit is contained in:
parent
1043f45bed
commit
1203b3cbe4
|
@ -17,6 +17,7 @@
|
|||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
#include "string_util.h"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
#include "string_util.h"
|
||||
|
|
Loading…
Reference in a new issue