summaryrefslogtreecommitdiff
path: root/sal/qa/inc/valueequal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/inc/valueequal.hxx')
-rw-r--r--sal/qa/inc/valueequal.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/qa/inc/valueequal.hxx b/sal/qa/inc/valueequal.hxx
index 563314d9e82e..0a11a2a89428 100644
--- a/sal/qa/inc/valueequal.hxx
+++ b/sal/qa/inc/valueequal.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_SAL_QA_INC_VALUEEQUAL_HXX
+#define INCLUDED_SAL_QA_INC_VALUEEQUAL_HXX
+
#include <sal/config.h>
#include <math.h>
@@ -114,4 +117,6 @@ bool is_double_equal(double x, double y)
return is_equal<double>(x, y, PREC_double);
}
+#endif // INCLUDED_SAL_QA_INC_VALUEEQUAL_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */