diff options
Diffstat (limited to 'Source/WebCore/platform/cf/RunLoopTimerCF.cpp')
-rw-r--r-- | Source/WebCore/platform/cf/RunLoopTimerCF.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/cf/RunLoopTimerCF.cpp b/Source/WebCore/platform/cf/RunLoopTimerCF.cpp index e2754fb..f62299e 100644 --- a/Source/WebCore/platform/cf/RunLoopTimerCF.cpp +++ b/Source/WebCore/platform/cf/RunLoopTimerCF.cpp @@ -27,10 +27,11 @@ */ #include "config.h" -#include "RunLoopTimer.h" #if PLATFORM(MAC) && HAVE(RUNLOOP_TIMER) +#include "RunLoopTimer.h" + namespace WebCore { RunLoopTimerBase::~RunLoopTimerBase() |