summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper/csv_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/helper/csv_handler.hxx')
-rw-r--r--sc/qa/unit/helper/csv_handler.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx
index aa982575173a..0f4b018d9168 100644
--- a/sc/qa/unit/helper/csv_handler.hxx
+++ b/sc/qa/unit/helper/csv_handler.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef SC_QA_CSV_HANDLER_HXX
+#define SC_QA_CSV_HANDLER_HXX
+
#include <iostream>
#include "docsh.hxx"
@@ -17,6 +20,10 @@
#include "cellform.hxx"
#include "cellvalue.hxx"
+#include "rtl/strbuf.hxx"
+
+#include <test/bootstrapfixture.hxx>
+
#define DEBUG_CSV_HANDLER 0
namespace {
@@ -221,4 +228,6 @@ private:
SCTAB mnTab;
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */