From 2714ba2b3d60c83612efc2a2f5a1e04c77f47822 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 17 Jun 2019 18:39:44 -0400 Subject: [PATCH] UICommon: Add missing header guards --- Source/Core/UICommon/CommandLineParse.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/UICommon/CommandLineParse.h b/Source/Core/UICommon/CommandLineParse.h index d1d52c19b0..86bc6c99b2 100644 --- a/Source/Core/UICommon/CommandLineParse.h +++ b/Source/Core/UICommon/CommandLineParse.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include #include #include