Uploading forgotten changes in pcbnew
This commit is contained in:
parent
6393de352b
commit
a19576a352
|
@ -15,6 +15,7 @@
|
||||||
#ifdef PCBNEW
|
#ifdef PCBNEW
|
||||||
#include "pcbnew.h"
|
#include "pcbnew.h"
|
||||||
#include "autorout.h"
|
#include "autorout.h"
|
||||||
|
#include "zones.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CVPCB
|
#ifdef CVPCB
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "pcbnew.h"
|
#include "pcbnew.h"
|
||||||
#include "autorout.h"
|
#include "autorout.h"
|
||||||
|
#include "zones.h"
|
||||||
#include "cell.h"
|
#include "cell.h"
|
||||||
#include "trigo.h"
|
#include "trigo.h"
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include "pcbnew.h"
|
#include "pcbnew.h"
|
||||||
|
|
||||||
#include "autorout.h"
|
#include "autorout.h"
|
||||||
|
#include "zones.h"
|
||||||
#include "cell.h"
|
#include "cell.h"
|
||||||
#include "trigo.h"
|
#include "trigo.h"
|
||||||
#include "protos.h"
|
#include "protos.h"
|
||||||
|
|
Loading…
Reference in New Issue