From 3ecbaec22d10eb4a390d9d060693049186120d4c Mon Sep 17 00:00:00 2001 From: Pengfei Date: Fri, 27 Aug 2021 12:08:36 +0800 Subject: [PATCH] Fix missing header guard --- src/frontend/title_info_dialog.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/title_info_dialog.h b/src/frontend/title_info_dialog.h index d14f9c1..a698c04 100644 --- a/src/frontend/title_info_dialog.h +++ b/src/frontend/title_info_dialog.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include #include "core/file_sys/smdh.h" #include "frontend/helpers/dpi_aware_dialog.h"