1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[nfc] Fix missing include

This commit is contained in:
serge-sans-paille 2020-11-10 14:55:25 +01:00
parent 09080e305f
commit 65ee119111

View File

@ -1,6 +1,7 @@
#ifndef BENCHMARK_REGISTER_H
#define BENCHMARK_REGISTER_H
#include <limits>
#include <vector>
#include "check.h"