App: Add PreCompiled.h to Varset cpp file (#12541)

* App: Add PreCompiled.h to Varset cpp file
This commit is contained in:
Chris Hennes
2024-02-22 11:23:14 -06:00
committed by GitHub
parent 3f81ead31b
commit 48f73f49e8

View File

@@ -20,7 +20,11 @@
* *
****************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <iostream>
#endif
#include "VarSet.h"
#include "DocumentObject.h"