From b6aaaaeef42bd93249a0a41a503864bab01cb825 Mon Sep 17 00:00:00 2001 From: xtremegamer1 Date: Tue, 1 Nov 2022 18:45:45 -0600 Subject: [PATCH] added pragma once --- include/uc_allocation_tracker.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uc_allocation_tracker.hpp b/include/uc_allocation_tracker.hpp index ac50d6b..00093a4 100644 --- a/include/uc_allocation_tracker.hpp +++ b/include/uc_allocation_tracker.hpp @@ -1,3 +1,4 @@ +#pragma once #include extern int g_allocation_tracker;