[Sketch] App: improve PreCompiled.h handling

This commit is contained in:
Uwe
2022-12-08 01:02:52 +01:00
parent 2ef00dc9f2
commit b4bb7c42b3
5 changed files with 19 additions and 43 deletions

View File

@@ -20,17 +20,16 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <boost/uuid/uuid_io.hpp>
#endif
#include "GeometryFacade.h"
//#include <Base/Console.h> // Only for Debug, when/if necessary
#include <Base/Exception.h>
#include <boost/uuid/uuid_io.hpp>
#include "GeometryFacadePy.h"