[skip ci] include missing boost header

This commit is contained in:
wmayer
2020-06-07 20:58:45 +02:00
parent 8a10b77400
commit 7e71c8ecc5
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
# include <QPushButton>
# include <sstream>
# include <Python.h>
# include <boost/bind.hpp>
# include <TopoDS_Shape.hxx>
# include <TopoDS_Vertex.hxx>

View File

@@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <QMessageBox>
# include <boost/bind.hpp>
#endif
#include "ui_TaskHoleParameters.h"