add missing atomic include (#9440)

This commit is contained in:
George Wu 2021-10-19 14:42:50 -07:00 committed by GitHub
parent 52c53e396d
commit 3873885316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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