From 6029fbc82e5def3e07220f10541d318552116ed5 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Tue, 20 Aug 2013 13:48:22 +0200 Subject: [PATCH] Bug 905920 - Fix build on platforms without SPS profiler r=khuey --- xpcom/base/nsCycleCollector.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/base/nsCycleCollector.cpp b/xpcom/base/nsCycleCollector.cpp index df285df792d3..a35ab2f5be16 100644 --- a/xpcom/base/nsCycleCollector.cpp +++ b/xpcom/base/nsCycleCollector.cpp @@ -135,6 +135,7 @@ #include "mozilla/mozPoisonWrite.h" #include "mozilla/Mutex.h" #include "mozilla/Telemetry.h" +#include "mozilla/ThreadLocal.h" using namespace mozilla;