diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-24 08:53:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 08:53:27 -0700 |
commit | 4dc2f5a341f08d763498a45fef484442287c05d3 (patch) | |
tree | 35d61fbf7e5880d1061f4cea6194eaf43b6b2990 /src/common/logging | |
parent | f216a9432b5e6f955dd8e62963b8413d7f4efc1c (diff) | |
parent | eed0d1f33bd888e7620c2765b9c47bd43a49efad (diff) |
Merge pull request #6522 from Morph1984/pragma
general: Add missing #pragma once directives
Diffstat (limited to 'src/common/logging')
-rw-r--r-- | src/common/logging/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/types.h b/src/common/logging/types.h index ee9a1ed84..88b0e9c01 100644 --- a/src/common/logging/types.h +++ b/src/common/logging/types.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <chrono> #include "common/common_types.h" |