[Libreoffice-commits] core.git: basebmp/test

Stephan Bergmann sbergman at redhat.com
Wed Apr 9 02:18:30 PDT 2014


 basebmp/test/tools.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6ae1d68ce969ebc0f5ba2bf81c77fb9a26a372ca
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 9 11:18:03 2014 +0200

    Missing include
    
    Change-Id: I7c3631fc8154daffa4236a16c761df85eba34de8

diff --git a/basebmp/test/tools.cxx b/basebmp/test/tools.cxx
index 37552a8..f2e8459 100644
--- a/basebmp/test/tools.cxx
+++ b/basebmp/test/tools.cxx
@@ -25,6 +25,8 @@
 #include <basebmp/color.hxx>
 #include <basebmp/bitmapdevice.hxx>
 
+#include <tools.hxx>
+
 using namespace ::basebmp;
 
 int countPixel( const BitmapDeviceSharedPtr& rDevice,


More information about the Libreoffice-commits mailing list