summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar Morph2021-06-24 07:20:57 -0400
committerGravatar Morph2021-06-24 07:20:57 -0400
commiteed0d1f33bd888e7620c2765b9c47bd43a49efad (patch)
treef888006419bcfc50560c8af23424d2e48940674b /src/common
parentMerge pull request #6517 from lioncash/fmtlib (diff)
downloadyuzu-eed0d1f33bd888e7620c2765b9c47bd43a49efad.tar.gz
yuzu-eed0d1f33bd888e7620c2765b9c47bd43a49efad.tar.xz
yuzu-eed0d1f33bd888e7620c2765b9c47bd43a49efad.zip
general: Add missing #pragma once directives
Diffstat (limited to 'src/common')
-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 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once
6
5#include <chrono> 7#include <chrono>
6 8
7#include "common/common_types.h" 9#include "common/common_types.h"