Missing header for std::once_flag and std::call_once. (#5010)

This commit is contained in:
xkszltl 2020-09-02 15:46:59 +08:00 committed by GitHub
parent 9902b57090
commit 44b3accb74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
#include <fstream>
#include <sstream>
#include <atomic>
#include <mutex>
#include <gtest/gtest.h>
#include "test_allocator.h"
#include "test_fixture.h"
@ -915,4 +916,4 @@ TEST(CApiTest, TestSharedAllocatorUsingCreateAndRegisterAllocator) {
expected_dims_y,
expected_values_y,
nullptr);
}
}