diff --git a/folly/synchronization/test/HazptrTest.cpp b/folly/synchronization/test/HazptrTest.cpp index b28e01cd2..b31b1fa15 100644 --- a/folly/synchronization/test/HazptrTest.cpp +++ b/folly/synchronization/test/HazptrTest.cpp @@ -34,6 +34,8 @@ DEFINE_int64(num_reps, 10, "Number of test reps"); DEFINE_int32(num_threads, 6, "Number of threads"); DEFINE_int64(num_ops, 1003, "Number of ops or pairs of ops per rep"); +#include + using folly::default_hazptr_domain; using folly::hazard_pointer; using folly::hazard_pointer_clean_up;