SidebarRow: need config.h for HAVE_CLOUDPROVIDERS

https://bugzilla.gnome.org/show_bug.cgi?id=786123
This commit is contained in:
Daniel Boles 2017-08-27 15:31:17 +01:00
parent b1705523bb
commit 53e0bd91e6

View File

@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include "gtksidebarrowprivate.h"
/* For section and place type enums */
#include "gtkplacessidebarprivate.h"
@ -26,6 +28,7 @@
#include "gtkstylecontext.h"
#include "gtkrevealer.h"
#include "gtkselection.h"
#ifdef HAVE_CLOUDPROVIDERS
#include <cloudproviders/cloudproviderproxy.h>
#endif