[TD]fix windows compile warnings

This commit is contained in:
wandererfan
2022-10-29 12:09:02 -04:00
committed by WandererFan
parent f91d41f743
commit 3c8ee7725b
2 changed files with 3 additions and 2 deletions

View File

@@ -23,13 +23,13 @@
//largely based on a python widget from:
//https://github.com/tcalmant/demo-ipopo-qt/blob/master/pc/details/compass.py
#include <Mod/TechDraw/TechDrawGlobal.h>
#include "PreCompiled.h"
#ifndef _PreComp_
#include <QtGui>
#endif
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <Base/Console.h>
#include <Base/Tools.h>

View File

@@ -23,6 +23,7 @@
// The CompassWidget has several children widgets - a CompassDialWidget, a fine
// adjustment QDoubleSpinBox and a QPushButton that acts as an enter key
// for the spin box.
#include "PreCompiled.h"
#ifndef _PreComp_
#include <QApplication>