Add "#pragma once" to CachingHostAllocator.h (#152800)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/152800
Approved by: https://github.com/cyyever, https://github.com/Skylion007
This commit is contained in:
Pradip Jha 2025-05-05 15:21:10 +00:00 committed by PyTorch MergeBot
parent fe36d7dc44
commit a1516d9e6e

View File

@ -1,3 +1,5 @@
#pragma once
#include <c10/core/Allocator.h>
#include <c10/core/Stream.h>
#include <c10/core/thread_pool.h>