diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-02-27 11:13:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-02-27 11:13:31 +0100 |
commit | efde35042111b425871a6ff79922785ed7e8b41e (patch) | |
tree | 5c96cba7a5f0bf65fcb84cb527e70d7ed090a21f /sd | |
parent | 85fcf15ff41ceb95f46dee586ff7187551be4955 (diff) |
Blind fix for failing TBs
Change-Id: I2556417d5924ef4ae91dd888befc2ff6461ea2d0
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index cdfd7f6c5cf5..dd3246910a51 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -8,6 +8,7 @@ */ #include <config_poppler.h> +#include <iostream> #include "sdmodeltestbase.hxx" |