diff options
Diffstat (limited to 'src/envmetrics.h')
| -rw-r--r-- | src/envmetrics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/envmetrics.h b/src/envmetrics.h index bede36fc..c5d2765a 100644 --- a/src/envmetrics.h +++ b/src/envmetrics.h @@ -1,3 +1,6 @@ +#ifndef ENV_METRICS_H +#define ENV_METRICS_H + #include <QString> #include <vector> @@ -70,3 +73,5 @@ private: }; } // namespace + +#endif // ENV_METRICS_H |
