mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
add missing atomic include (#9440)
This commit is contained in:
parent
52c53e396d
commit
3873885316
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "core/platform/ort_mutex.h"
|
||||
#include <cupti.h>
|
||||
#include <atomic>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
|
|
@ -80,4 +81,4 @@ class CudaProfiler final : public EpProfiler {
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue