pcbnew: try to compile 'old' DRC alongside the new prototype

This commit is contained in:
Tomasz Wlostowski 2020-06-14 01:20:45 +02:00
parent aaa91655aa
commit 8bb442ac37
4 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,8 @@
#include <class_board_item.h>
#include <marker_base.h>
#include <drc/drc_item.h>
class DRC_ITEM;
// Coordinates count for the basic shape marker
#define MARKER_SHAPE_POINT_COUNT 9

View File

@ -32,7 +32,7 @@
#include <widgets/ui_common.h>
#include <memory>
#include <drc/drc_item.h>
DRC_COURTYARD_TESTER::DRC_COURTYARD_TESTER( MARKER_HANDLER aMarkerHandler ) :
DRC_TEST_PROVIDER( std::move( aMarkerHandler ) )

View File

@ -26,6 +26,7 @@
#include <class_module.h>
#include <drc/drc.h>
#include <drc/drc_item.h>
DRC_KEEPOUT_TESTER::DRC_KEEPOUT_TESTER( MARKER_HANDLER aMarkerHandler ) :

View File

@ -24,6 +24,7 @@
#include <fctsys.h>
#include <netlist_reader/pcb_netlist.h>
#include <drc/footprint_tester.h>
#include <drc/drc_item.h>
void TestFootprints( NETLIST& aNetlist, BOARD* aBoard, std::vector<DRC_ITEM*>& aDRCList )
{