drawinglayer/source/primitive2d/baseprimitive2d.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 3dc76dc72e14a48787664d6f005bbe61dd3767f0
Author: Stephan Bergmann <[email protected]>
Date:   Tue Dec 15 13:19:51 2015 +0100

    Missing include
    
    Change-Id: Iac9006292bfdb1b56e213346188245a205146803

diff --git a/drawinglayer/source/primitive2d/baseprimitive2d.cxx 
b/drawinglayer/source/primitive2d/baseprimitive2d.cxx
index 795c609..b17fbb6 100644
--- a/drawinglayer/source/primitive2d/baseprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/baseprimitive2d.cxx
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <utility>
+
 #include <drawinglayer/primitive2d/baseprimitive2d.hxx>
 #include <drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx>
 #include <drawinglayer/geometry/viewinformation2d.hxx>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to