forked from AuroraMiddleware/gtk
SidebarRow: need config.h for HAVE_CLOUDPROVIDERS
https://bugzilla.gnome.org/show_bug.cgi?id=786123
This commit is contained in:
parent
b1705523bb
commit
53e0bd91e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user