Selaa lähdekoodia

Fix thread_manager_test

Sree Kuchibhotla 9 vuotta sitten
vanhempi
commit
069c12de23
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      test/cpp/thread_manager/thread_manager_test.cc

+ 1 - 0
test/cpp/thread_manager/thread_manager_test.cc

@@ -39,6 +39,7 @@
 #include <grpc++/grpc++.h>
 #include <grpc/support/log.h>
 
+#include "src/cpp/thread_manager/thread_manager.h"
 #include "test/cpp/util/test_config.h"
 
 class ThreadManagerTest GRPC_FINAL : public grpc::ThreadManager {