Skip to content

Commit

Permalink
[skip ci] include missing boost header
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 7, 2020
1 parent 89ddab3 commit 1e11764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Part/Gui/TaskDimension.cpp
Expand Up @@ -27,6 +27,7 @@
# include <QPushButton>
# include <sstream>
# include <Python.h>
# include <boost/bind.hpp>

# include <TopoDS_Shape.hxx>
# include <TopoDS_Vertex.hxx>
Expand Down
1 change: 1 addition & 0 deletions src/Mod/PartDesign/Gui/TaskHoleParameters.cpp
Expand Up @@ -25,6 +25,7 @@

#ifndef _PreComp_
# include <QMessageBox>
# include <boost/bind.hpp>
#endif

#include "ui_TaskHoleParameters.h"
Expand Down

0 comments on commit 1e11764

Please sign in to comment.