summaryrefslogtreecommitdiff
path: root/src/envmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/envmodule.h')
-rw-r--r--src/envmodule.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/envmodule.h b/src/envmodule.h
index ea1156bd..3f0f99ab 100644
--- a/src/envmodule.h
+++ b/src/envmodule.h
@@ -1,3 +1,6 @@
+#ifndef ENV_MODULE_H
+#define ENV_MODULE_H
+
#include <QString>
#include <QDateTime>
@@ -96,3 +99,5 @@ private:
std::vector<Module> getLoadedModules();
} // namespace env
+
+#endif // ENV_MODULE_H