Resolve the circular dependency between ThreadLocalDetail and ThreadLocal
[folly.git] / folly / detail / ThreadLocalDetail.cpp
index 67eb056534042d2b0405dc74ee1f8057704d8e52..4c0364618cb7c39be7da73e1b80ece6af63579dd 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <folly/ThreadLocal.h>
+#include <folly/detail/ThreadLocalDetail.h>
 
 #include <list>
 #include <mutex>