[skip ci] include missing boost header

This commit is contained in:
wmayer
2020-06-07 17:21:37 +02:00
parent 7c6a2ee78a
commit e16e756af9
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <boost/bind.hpp>
#include <QAbstractEventDispatcher>
#include <QVBoxLayout>
#endif

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <boost/bind.hpp>
#endif
#include "ui_TaskSketcherGeneral.h"