summaryrefslogtreecommitdiff
path: root/src/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h
index d4de8ebde..d32b368f5 100644
--- a/src/lib/log.h
+++ b/src/lib/log.h
@@ -17,6 +17,9 @@
*/
+#ifndef DVDOMATIC_LOG_H
+#define DVDOMATIC_LOG_H
+
/** @file src/log.h
* @brief A very simple logging class.
*/
@@ -53,3 +56,5 @@ private:
/** level above which to ignore log messages */
Level _level;
};
+
+#endif