# HG changeset patch # User Teemu Piippo # Date 1476629662 -10800 # Node ID f68ebbae4efbb567d58ad315882a50f6ccad675d # Parent 6b5058e953865f22c1f1f87f5aa538bf76e7791d Fixed compilation. diff -r 6b5058e95386 -r f68ebbae4efb src/format.h --- a/src/format.h Thu Jun 16 14:13:04 2016 +0300 +++ b/src/format.h Sun Oct 16 17:54:22 2016 +0300 @@ -17,6 +17,7 @@ */ #pragma once +#include #include "basics.h" #include "colors.h" diff -r 6b5058e95386 -r f68ebbae4efb src/primitives.cpp --- a/src/primitives.cpp Thu Jun 16 14:13:04 2016 +0300 +++ b/src/primitives.cpp Sun Oct 16 17:54:22 2016 +0300 @@ -16,13 +16,13 @@ * along with this program. If not, see . */ +#include #include #include #include #include "ldDocument.h" #include "mainwindow.h" #include "primitives.h" -#include "ui_makeprim.h" #include "miscallenous.h" #include "colors.h" #include "ldpaths.h" diff -r 6b5058e95386 -r f68ebbae4efb src/toolsets/filetoolset.cpp --- a/src/toolsets/filetoolset.cpp Thu Jun 16 14:13:04 2016 +0300 +++ b/src/toolsets/filetoolset.cpp Sun Oct 16 17:54:22 2016 +0300 @@ -30,7 +30,6 @@ #include "../dialogs/generateprimitivedialog.h" #include "../documentmanager.h" #include "filetoolset.h" -#include "ui_makeprim.h" FileToolset::FileToolset (MainWindow* parent) : Toolset (parent) {}