mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[next] Add missing chrono include
`std::chrono::high_resolution_clock` is being used in `FrozenMultiMapTest.cpp` but it was relying on `chrono` being included transitively. Include it directly.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <chrono>
|
||||
#include <map>
|
||||
#include <random>
|
||||
#include <set>
|
||||
|
||||
Reference in New Issue
Block a user