From 3e98c9f335af29f1a545a217da33d5b9b2ecda37 Mon Sep 17 00:00:00 2001 From: FollyHeaderCleanupConfig Bot Date: Mon, 23 Mar 2026 18:20:50 -0700 Subject: [PATCH] 40 [A] Reviewed By: 8Keep Differential Revision: D97595020 --- .../tests/raw_embedding_streamer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbgemm_gpu/src/split_embeddings_cache/tests/raw_embedding_streamer_test.cpp b/fbgemm_gpu/src/split_embeddings_cache/tests/raw_embedding_streamer_test.cpp index cc517bc932..52c2bfa889 100644 --- a/fbgemm_gpu/src/split_embeddings_cache/tests/raw_embedding_streamer_test.cpp +++ b/fbgemm_gpu/src/split_embeddings_cache/tests/raw_embedding_streamer_test.cpp @@ -10,7 +10,7 @@ #include #include "deeplearning/fbgemm/fbgemm_gpu/include/fbgemm_gpu/split_embeddings_cache/raw_embedding_streamer.h" // @manual=//deeplearning/fbgemm/fbgemm_gpu/src/split_embeddings_cache:raw_embedding_streamer #ifdef FBGEMM_FBCODE -#include +#include #include "aiplatform/gmpp/experimental/training_ps/gen-cpp2/TrainingParameterServerService.h" #include "servicerouter/client/cpp2/mocks/MockSRClientFactory.h" #include "thrift/lib/cpp2/util/ScopedServerInterfaceThread.h"