summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/idle.cxx1
-rw-r--r--vcl/source/app/timer.cxx1
2 files changed, 2 insertions, 0 deletions
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 <vcl/idle.hxx>
+#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 <tools/time.hxx>
#include <vcl/timer.hxx>
+#include "saltimer.hxx"
void Timer::SetDeletionFlags()
{