summaryrefslogtreecommitdiff
path: root/shell/qa/zip/testzipimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/qa/zip/testzipimpl.hxx')
-rw-r--r--shell/qa/zip/testzipimpl.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx
index 2ae8753da648..5f85baafcfdf 100644
--- a/shell/qa/zip/testzipimpl.hxx
+++ b/shell/qa/zip/testzipimpl.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
+#define INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
+
#include "internal/zipfile.hxx"
#include <string>
#include <vector>
@@ -38,4 +41,6 @@ class TestZipImpl
bool test_getContent();
};
+#endif // INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */