mirror of
https://github.com/google/benchmark.git
synced 2025-01-27 20:30:15 +08: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 New Issue
Block a user