diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-08 03:49:33 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-09 01:32:12 -0400 |
| commit | e08e605c85a1f62f4b6b83f5404457f5dc55654a (patch) | |
| tree | 46ff725d9f2632a896fb303e201258f644e032c9 /src/envsecurity.h | |
| parent | 99fdbb2539227cec4fab534efc7420cfc5ca1a92 (diff) | |
added missing include guards
log free space on drives involved in paths
Diffstat (limited to 'src/envsecurity.h')
| -rw-r--r-- | src/envsecurity.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/envsecurity.h b/src/envsecurity.h index 200cb531..bc63c4a2 100644 --- a/src/envsecurity.h +++ b/src/envsecurity.h @@ -1,3 +1,6 @@ +#ifndef ENV_SECURITY_H +#define ENV_SECURITY_H + #include <QUuid> #include <QString> @@ -47,3 +50,5 @@ private: std::vector<SecurityProduct> getSecurityProducts(); } // namespace env + +#endif // ENV_SECURITY_H |
