App: Optimize includes to reduce compile time

This commit is contained in:
wmayer
2022-03-07 15:53:58 +01:00
parent 437a89e42a
commit f1f68db55b
21 changed files with 38 additions and 19 deletions

View File

@@ -30,6 +30,9 @@
#include <boost/algorithm/string/predicate.hpp>
#include "ComplexGeoData.h"
#include <Base/BoundBox.h>
#include <Base/Placement.h>
#include <Base/Rotation.h>
using namespace Data;