From 0e2276bab81953b822bad68673f26ec85f1d54f4 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 22 Mar 2020 17:53:59 -0500 Subject: [PATCH] [nostalgia/core] Add pragma once to context.hpp --- src/nostalgia/core/context.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nostalgia/core/context.hpp b/src/nostalgia/core/context.hpp index af1bc4a9..1c8e446a 100644 --- a/src/nostalgia/core/context.hpp +++ b/src/nostalgia/core/context.hpp @@ -6,6 +6,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#pragma once + #include namespace nostalgia::core {