Missing includes
Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673
This commit is contained in:
parent
b1b8d82558
commit
d7ceaae4cd
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include <vclhelperbufferdevice.hxx>
|
||||
#include <basegfx/range/b2drange.hxx>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
|
|
Loading…
Reference in a new issue