+ include missing header files

This commit is contained in:
wmayer
2015-07-01 13:02:29 +02:00
parent 45d793a1af
commit 6b3340e7b5
38 changed files with 73 additions and 0 deletions

View File

@@ -21,6 +21,14 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QBoxLayout>
# include <QHeaderView>
# include <QTextEdit>
# include <QTextStream>
# include <QTreeWidget>
#endif
#include <Standard_Version.hxx>
#include <BRepCheck_Analyzer.hxx>
#include <BRepCheck_Result.hxx>