summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-perspective_path.cpp')
-rw-r--r--src/live_effects/lpe-perspective_path.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp
index 4ec760e41..3484d00a5 100644
--- a/src/live_effects/lpe-perspective_path.cpp
+++ b/src/live_effects/lpe-perspective_path.cpp
@@ -11,7 +11,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtkmm.h>
-#include "persp3d.h"
+
//#include "transf_mat_3x4.h"
#include "document-private.h"
#include "live_effects/lpe-perspective_path.h"
@@ -20,6 +20,9 @@
#include "knotholder.h"
#include <util/units.h>
+#include "object/persp3d.h"
+#include "object/sp-defs.h"
+
// TODO due to internal breakage in glibmm headers, this must be last:
#include <glibmm/i18n.h>