From 73734748887ba4bc254658d496e0897e8f333707 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 24 Jul 2017 19:28:50 -0400 Subject: [PATCH] ListProxyModel: Add missing include guard --- Source/Core/DolphinQt2/GameList/ListProxyModel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinQt2/GameList/ListProxyModel.h b/Source/Core/DolphinQt2/GameList/ListProxyModel.h index 85213baf46..235c4bd7af 100644 --- a/Source/Core/DolphinQt2/GameList/ListProxyModel.h +++ b/Source/Core/DolphinQt2/GameList/ListProxyModel.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include // This subclass of QSortFilterProxyModel transforms the raw data into a