Fix build for older gcc

This commit is contained in:
Zheng, Lei
2019-07-17 08:48:39 +08:00
committed by wmayer
parent 1d274f6697
commit 9223f08b48
4 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <Base/Matrix.h>
#include <CXX/Objects.hxx>
#include <unordered_map>
#include <bitset>
#include <boost/signals2.hpp>

View File

@@ -23,6 +23,7 @@
#ifndef APP_LINK_H
#define APP_LINK_H
#include <unordered_set>
#include <boost/signals2.hpp>
#include <boost/preprocessor/facilities/expand.hpp>
#include <boost/preprocessor/cat.hpp>

View File

@@ -24,6 +24,7 @@
#ifndef APP_TRANSACTION_H
#define APP_TRANSACTION_H
#include <unordered_map>
#include <Base/Factory.h>
#include <Base/Persistence.h>
#include <App/PropertyContainer.h>

View File

@@ -24,6 +24,7 @@
#ifndef GUI_TREE_H
#define GUI_TREE_H
#include <unordered_map>
#include <QTreeWidget>
#include <QTime>
#include <QStyledItemDelegate>