diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-24 17:53:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 17:53:27 +0200 |
commit | 4dc2f5a341f08d763498a45fef484442287c05d3 (patch) | |
tree | 35d61fbf7e5880d1061f4cea6194eaf43b6b2990 /src/common/logging | |
parent | Add missing includes (#6521) (diff) | |
parent | general: Add missing #pragma once directives (diff) | |
download | yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.tar yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.tar.gz yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.tar.bz2 yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.tar.lz yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.tar.xz yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.tar.zst yuzu-4dc2f5a341f08d763498a45fef484442287c05d3.zip |
Diffstat (limited to '')
-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" |