From 2092a4588888bf7d9013415e2b9a2c5cd6113a7f Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 25 Nov 2015 10:35:37 +0000 Subject: vcl: move private impl. detail of Scheduler out of global header. Change-Id: Iee56131a15f9554c263406356456f65694515719 --- vcl/source/app/idle.cxx | 1 + vcl/source/app/timer.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'vcl/source') diff --git a/vcl/source/app/idle.cxx b/vcl/source/app/idle.cxx index bba2d050c2c4..198ccfc1b96e 100644 --- a/vcl/source/app/idle.cxx +++ b/vcl/source/app/idle.cxx @@ -18,6 +18,7 @@ */ #include +#include "saltimer.hxx" void Idle::Invoke() { diff --git a/vcl/source/app/timer.cxx b/vcl/source/app/timer.cxx index de7c52b8a1d1..f5ec1b2901ea 100644 --- a/vcl/source/app/timer.cxx +++ b/vcl/source/app/timer.cxx @@ -19,6 +19,7 @@ #include #include +#include "saltimer.hxx" void Timer::SetDeletionFlags() { -- cgit