summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-06-24 08:53:27 -0700
committerGitHub <noreply@github.com>2021-06-24 08:53:27 -0700
commit4dc2f5a341f08d763498a45fef484442287c05d3 (patch)
tree35d61fbf7e5880d1061f4cea6194eaf43b6b2990 /src/common/logging
parentf216a9432b5e6f955dd8e62963b8413d7f4efc1c (diff)
parenteed0d1f33bd888e7620c2765b9c47bd43a49efad (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.h2
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"