diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 11:18:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 11:18:03 +0200 |
commit | 6ae1d68ce969ebc0f5ba2bf81c77fb9a26a372ca (patch) | |
tree | 96bd50199f91c6671e797cffe353ddbe59615381 /basebmp/test | |
parent | a39ced415fcdb456028fb4970071d83171d1f2f4 (diff) |
Missing include
Change-Id: I7c3631fc8154daffa4236a16c761df85eba34de8
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/tools.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basebmp/test/tools.cxx b/basebmp/test/tools.cxx index 37552a85e63e..f2e8459ec10a 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, |