mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add missing header
This commit is contained in:
parent
be1551aa94
commit
91f58fb1ca
@ -2,7 +2,9 @@
|
|||||||
#include "benchmarks.hpp"
|
#include "benchmarks.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <time.h>
|
#include <cstring>
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#define RST "\x1B[0m"
|
#define RST "\x1B[0m"
|
||||||
#define KRED "\x1B[31m"
|
#define KRED "\x1B[31m"
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
#include "benchmarks.hpp"
|
#include "benchmarks.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <time.h>
|
#include <cstring>
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#define RST "\x1B[0m"
|
#define RST "\x1B[0m"
|
||||||
#define KRED "\x1B[31m"
|
#define KRED "\x1B[31m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user