Fix build for older gcc
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <Base/Matrix.h>
|
||||
#include <CXX/Objects.hxx>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <bitset>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#ifndef GUI_TREE_H
|
||||
#define GUI_TREE_H
|
||||
|
||||
#include <unordered_map>
|
||||
#include <QTreeWidget>
|
||||
#include <QTime>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
Reference in New Issue
Block a user