mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
Fix compilation of benchmarks
This commit is contained in:
parent
23a1367509
commit
5097243903
@ -1,7 +1,7 @@
|
|||||||
#if defined(__linux__) || (__APPLE__ && __aarch64__)
|
#if defined(__linux__) || (__APPLE__ && __aarch64__)
|
||||||
#define USING_COUNTERS
|
#define USING_COUNTERS
|
||||||
#include "event_counter.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
#include "event_counter.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "fast_float/fast_float.h"
|
#include "fast_float/fast_float.h"
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user