diff --git a/src/App/DocumentObject.h b/src/App/DocumentObject.h
index 62ab8775ed..52b0390ea8 100644
--- a/src/App/DocumentObject.h
+++ b/src/App/DocumentObject.h
@@ -33,6 +33,7 @@
#include
#include
+#include
#include
#include
diff --git a/src/App/Link.h b/src/App/Link.h
index 367dc4dda1..8a0ebc3f1e 100644
--- a/src/App/Link.h
+++ b/src/App/Link.h
@@ -23,6 +23,7 @@
#ifndef APP_LINK_H
#define APP_LINK_H
+#include
#include
#include
#include
diff --git a/src/App/Transactions.h b/src/App/Transactions.h
index 7d0e619a77..135544c90c 100644
--- a/src/App/Transactions.h
+++ b/src/App/Transactions.h
@@ -24,6 +24,7 @@
#ifndef APP_TRANSACTION_H
#define APP_TRANSACTION_H
+#include
#include
#include
#include
diff --git a/src/Gui/Tree.h b/src/Gui/Tree.h
index 3fb5a3f375..48e9f4dc77 100644
--- a/src/Gui/Tree.h
+++ b/src/Gui/Tree.h
@@ -24,6 +24,7 @@
#ifndef GUI_TREE_H
#define GUI_TREE_H
+#include
#include
#include
#include