diff --git a/fboss/agent/BUCK b/fboss/agent/BUCK index 85111ef232ed1..2c621adf17bae 100644 --- a/fboss/agent/BUCK +++ b/fboss/agent/BUCK @@ -826,9 +826,9 @@ cpp_library( "//folly:utility", "//folly/concurrency:concurrent_hash_map", "//folly/container:f14_hash", + "//folly/coro:bounded_queue", "//folly/executors:io_thread_pool_executor", "//folly/executors/thread_factory:named_thread_factory", - "//folly/experimental/coro:bounded_queue", "//folly/futures:core", "//folly/gen:base", "//folly/io:iobuf", diff --git a/fboss/agent/SwSwitch.h b/fboss/agent/SwSwitch.h index b3ef1f298009b..ebe0a7adbce4a 100644 --- a/fboss/agent/SwSwitch.h +++ b/fboss/agent/SwSwitch.h @@ -42,7 +42,7 @@ #include #if FOLLY_HAS_COROUTINES -#include +#include #endif #include