summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-16 17:13:22 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-16 22:35:14 +0100
commit6339072a5638995925ea403e71f01a454fdac74e (patch)
tree08fdeaf746b5cd1cdc92073084fe0dd32a8dde31 /include
parent575aac6ddbed1eba9c2941e0b31ac5ae08eed58d (diff)
comphelper: put some include guards around stark naked header
Change-Id: I407dc215ea6948518d0d744c73ff2de717063962
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/hash.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/comphelper/hash.hxx b/include/comphelper/hash.hxx
index d8145604ac6b..df70757f4042 100644
--- a/include/comphelper/hash.hxx
+++ b/include/comphelper/hash.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_COMPHELPER_HASH_HXX
+#define INCLUDED_COMPHELPER_HASH_HXX
+
#include <comphelper/comphelperdllapi.h>
#include <memory>
@@ -45,4 +48,6 @@ public:
}
+#endif // INCLUDED_COMPHELPER_HASH_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */