diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-01 14:05:03 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-01 14:05:03 -0500 |
commit | 2f93fb3fb94b5e416859922a869c86b021d7b7c0 (patch) | |
tree | 07e097dde795a11900b65cb5b7475f79f4500acf /basegfx | |
parent | a8ea2a423649d8df4f5df32132fd72a1ed1c7462 (diff) |
missing system header
Change-Id: I33f6a9830accd4ed06aa5469f63e3f5329044ace
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/raster/bpixelraster.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basegfx/inc/basegfx/raster/bpixelraster.hxx b/basegfx/inc/basegfx/raster/bpixelraster.hxx index 9d95b3f40769..d8d71c83bdae 100644 --- a/basegfx/inc/basegfx/raster/bpixelraster.hxx +++ b/basegfx/inc/basegfx/raster/bpixelraster.hxx @@ -30,6 +30,7 @@ #define _BGFX_RASTER_BPIXELRASTER_HXX #include <algorithm> +#include <string.h> #include <sal/types.h> #include <basegfx/pixel/bpixel.hxx> #include <basegfx/basegfxdllapi.h> |