[TD] final fix of compilation after #8141

- in DimensionValidators.h the declarations must not be with TechDrawExport
- add missing precompiled headers

- also fix too long lines (fixed by clang)
- also some re-sorting
- also remove unused headers
This commit is contained in:
Uwe
2023-01-09 12:09:00 +01:00
parent 864ef31d81
commit 2f2480df7b
9 changed files with 99 additions and 81 deletions

View File

@@ -28,6 +28,7 @@
#include <Gui/ViewProviderExtensionPython.h>
#include <Mod/TechDraw/TechDrawGlobal.h>
namespace TechDrawGui
{
class ViewProviderDrawingView;