summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-08-09 23:10:32 -0400
committerGravatar Zach Hilman2018-08-11 22:50:48 -0400
commit167bfddafadb843236c0fa683cf97eaffaa5ea1a (patch)
treebd67e895222feb751c4d4625143b9d352eb62847 /src/common
parentqt: Add 'Install to NAND' option to menu (diff)
downloadyuzu-167bfddafadb843236c0fa683cf97eaffaa5ea1a.tar.gz
yuzu-167bfddafadb843236c0fa683cf97eaffaa5ea1a.tar.xz
yuzu-167bfddafadb843236c0fa683cf97eaffaa5ea1a.zip
file_sys: Comply to style guidelines
Diffstat (limited to 'src/common')
-rw-r--r--src/common/hex_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/hex_util.h b/src/common/hex_util.h
index f16c58aab..13d586015 100644
--- a/src/common/hex_util.h
+++ b/src/common/hex_util.h
@@ -5,6 +5,8 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <cstddef>
9#include <string>
8#include <fmt/format.h> 10#include <fmt/format.h>
9#include "common/common_types.h" 11#include "common/common_types.h"
10 12