From 6728e44bb58460d3a1b997550e1f50638e47b070 Mon Sep 17 00:00:00 2001 From: Don Honerbrink Date: Fri, 30 Jan 2015 17:13:29 -0600 Subject: [PATCH] Adding missed pragma once for viewinfo. --- RetroFE/Source/Graphics/ViewInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/RetroFE/Source/Graphics/ViewInfo.h b/RetroFE/Source/Graphics/ViewInfo.h index 75492a6..fa96008 100644 --- a/RetroFE/Source/Graphics/ViewInfo.h +++ b/RetroFE/Source/Graphics/ViewInfo.h @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with RetroFE. If not, see . */ +#pragma once #include "Animate/TweenTypes.h" #include