From 0306effc5f8c14829bfd7599b9513ef98c005767 Mon Sep 17 00:00:00 2001 From: cg2121 Date: Tue, 18 Jun 2024 15:41:07 -0500 Subject: [PATCH] UI: Add pragma once to ScreenshotObj header Makes sure header is only included once preventing code clashes. --- UI/screenshot-obj.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/screenshot-obj.hpp b/UI/screenshot-obj.hpp index 3a2603ff42bce4..037b7f84d681d1 100644 --- a/UI/screenshot-obj.hpp +++ b/UI/screenshot-obj.hpp @@ -15,6 +15,8 @@ along with this program. If not, see . ******************************************************************************/ +#pragma once + #include #include #include