mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
Missing header for std::once_flag and std::call_once. (#5010)
This commit is contained in:
parent
9902b57090
commit
44b3accb74
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue