From c48d62506775939f40c2ee8074722956659df30c Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 22 Jun 2025 16:08:40 -0500 Subject: [PATCH] Update app-pch.h --- common/pch/app-pch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/pch/app-pch.h b/common/pch/app-pch.h index 6c1f216aa..aa2244f13 100644 --- a/common/pch/app-pch.h +++ b/common/pch/app-pch.h @@ -1,3 +1,5 @@ +#pragma once + #include "../types.h" #include "../database.h" #include "../strings.h"