Skip to content

Commit

Permalink
Fix build for older gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder authored and wwmayer committed Aug 17, 2019
1 parent 1d274f6 commit 9223f08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App/DocumentObject.h
Expand Up @@ -33,6 +33,7 @@
#include <Base/Matrix.h>
#include <CXX/Objects.hxx>

#include <unordered_map>
#include <bitset>
#include <boost/signals2.hpp>

Expand Down
1 change: 1 addition & 0 deletions src/App/Link.h
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/App/Transactions.h
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/Gui/Tree.h
Expand Up @@ -24,6 +24,7 @@
#ifndef GUI_TREE_H
#define GUI_TREE_H

#include <unordered_map>
#include <QTreeWidget>
#include <QTime>
#include <QStyledItemDelegate>
Expand Down

0 comments on commit 9223f08

Please sign in to comment.