diff --git a/UnityCore/GLibDBusServer.cpp b/UnityCore/GLibDBusServer.cpp
index 49b70d7..8fcfdf9 100644
--- a/UnityCore/GLibDBusServer.cpp
+++ b/UnityCore/GLibDBusServer.cpp
@@ -17,7 +17,9 @@
 * Authored by: Marco Trevisan (Treviño) <marco.trevisan@canonical.com>
 */
 
+#include <algorithm>
 #include <unordered_map>
+
 #include <NuxCore/Logger.h>
 
 #include "GLibDBusServer.h"
diff --git a/debian/changelog b/debian/changelog
index 720b5aa..bfc0f2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 unity (7.5.0+18.10.20180926.2-0ubuntu2) UNRELEASED; urgency=medium
 
+  [ Marco Trevisan (Treviño) ]
   * debian/gbp.conf: add default settings to use gbp-buildpackage
+  * debian: use native source format
+
+  [ Aleksey Tulinov ]
+  * Add missing includes for build w/o pch
 
- -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 26 Sep 2018 23:47:35 +0200
+ -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Sun, 04 Nov 2018 20:26:08 -0600
 
 unity (7.5.0+18.10.20180926.2-0ubuntu1) cosmic; urgency=medium
 
diff --git a/launcher/DevicesSettingsImp.cpp b/launcher/DevicesSettingsImp.cpp
index 08eddb9..25f40a6 100644
--- a/launcher/DevicesSettingsImp.cpp
+++ b/launcher/DevicesSettingsImp.cpp
@@ -17,6 +17,7 @@
  * Authored by: Andrea Azzarone <andrea.azzarone@canonical.com>
  */
 
+#include <algorithm>
 #include <list>
 
 #include <gio/gio.h>
diff --git a/launcher/FavoriteStoreGSettings.cpp b/launcher/FavoriteStoreGSettings.cpp
index 415a04b..493e823 100644
--- a/launcher/FavoriteStoreGSettings.cpp
+++ b/launcher/FavoriteStoreGSettings.cpp
@@ -18,6 +18,8 @@
 *              Marco Trevisan <marco.trevisan@canonical.com>
 */
 
+#include <algorithm>
+
 #include <NuxCore/Logger.h>
 #include <UnityCore/DesktopUtilities.h>
 
diff --git a/launcher/FavoriteStorePrivate.h b/launcher/FavoriteStorePrivate.h
index 3edad23..ebd3cfe 100644
--- a/launcher/FavoriteStorePrivate.h
+++ b/launcher/FavoriteStorePrivate.h
@@ -22,6 +22,7 @@
 
 #include <list>
 #include <string>
+#include <vector>
 
 namespace unity
 {
@@ -47,4 +48,3 @@ bool IsDesktopFilePath(std::string const& path);
 } // namespace unity
 
 #endif
-
diff --git a/unity-shared/IconLoader.h b/unity-shared/IconLoader.h
index fb4587e..595def4 100644
--- a/unity-shared/IconLoader.h
+++ b/unity-shared/IconLoader.h
@@ -22,6 +22,7 @@
 
 #include <boost/utility.hpp>
 
+#include <functional>
 #include <memory>
 #include <gtk/gtk.h>
 #include <UnityCore/ActionHandle.h>
