Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust include paths for diagrams
  • Loading branch information
m-kuhn committed Aug 10, 2012
1 parent d05f7f8 commit 901d2e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -19,6 +19,10 @@
#include <memory>
#include <limits>

#include "diagram/qgshistogramdiagram.h"
#include "diagram/qgspiediagram.h"
#include "diagram/qgstextdiagram.h"

#include "qgisapp.h"
#include "qgsaddjoindialog.h"
#include "qgsapplication.h"
Expand All @@ -27,7 +31,6 @@
#include "qgscontexthelp.h"
#include "qgscontinuouscolordialog.h"
#include "qgscoordinatetransform.h"
#include "qgsdiagram.h"
#include "qgsdiagramrendererv2.h"
#include "qgsfieldcalculator.h"
#include "qgsgraduatedsymboldialog.h"
Expand Down

0 comments on commit 901d2e1

Please sign in to comment.