TD: Add missing #include "PreCompiled.h" (#19547)
* TD: Add missing #include "PreCompiled.h" * Update src/Mod/TechDraw/Gui/CommandAlign.cpp Co-authored-by: Benjamin Nauck <[email protected]> * TD: Add guards around QMessageBox include --------- Co-authored-by: WandererFan <[email protected]> Co-authored-by: Benjamin Nauck <[email protected]>
This commit is contained in:
co-authored by
WandererFan
Benjamin Nauck
parent
d044d3da84
commit
9fccfa115d
@@ -18,7 +18,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Base/Console.h>
|
||||
|
||||
Reference in New Issue
Block a user