diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/inc/unotest/macros_test.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unotest/inc/unotest/macros_test.hxx b/unotest/inc/unotest/macros_test.hxx index e95705f4f64b..a1c750f161d8 100644 --- a/unotest/inc/unotest/macros_test.hxx +++ b/unotest/inc/unotest/macros_test.hxx @@ -26,6 +26,9 @@ * instead of those above. */ +#ifndef INCLUDED_UNOTEST_MACROS_TEST_HXX +#define INCLUDED_UNOTEST_MACROS_TEST_HXX + #include <rtl/ustring.hxx> #include "unotest/detail/unotestdllapi.hxx" @@ -51,4 +54,6 @@ protected: } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |