From 971c4f4bb149a790102c8295f4c1f110b83694ed Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 22 Feb 2024 11:23:14 -0600 Subject: [PATCH] App: Add PreCompiled.h to Varset cpp file (#12541) * App: Add PreCompiled.h to Varset cpp file --- src/App/VarSet.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App/VarSet.cpp b/src/App/VarSet.cpp index 9e9fdc9305..a8ea0fe5a3 100644 --- a/src/App/VarSet.cpp +++ b/src/App/VarSet.cpp @@ -20,7 +20,11 @@ * * ****************************************************************************/ +#include "PreCompiled.h" + +#ifndef _PreComp_ #include +#endif #include "VarSet.h" #include "DocumentObject.h"