diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-15 01:51:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-15 01:51:08 +0200 |
commit | 9c7f87831d503cfe773d11db4d7721811a3245ce (patch) | |
tree | 385647ba2f023bc253cdcefe5d2cc2a532c97f15 /starmath | |
parent | 070f337c1e2e8ffbf419a7d952b1a1beaf768fcd (diff) |
missing include
gna, pch were enabled...
Change-Id: I02e6c5338e6ff65f55df64f3ef67dd2906821959
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/tmpdevice.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/tmpdevice.cxx b/starmath/source/tmpdevice.cxx index dc2af56972db..ae4be576eb0d 100644 --- a/starmath/source/tmpdevice.cxx +++ b/starmath/source/tmpdevice.cxx @@ -20,6 +20,8 @@ #include "smmod.hxx" #include "tmpdevice.hxx" +#include <vcl/window.hxx> + // SmTmpDevice // Allows for font and color changes. The original settings will be restored // in the destructor. |