Added a missing header in netlist_exporter_spice.h
This commit is contained in:
parent
0ef866ee74
commit
41b75f0105
|
@ -27,6 +27,7 @@
|
||||||
#define NETLIST_EXPORTER_PSPICE_H
|
#define NETLIST_EXPORTER_PSPICE_H
|
||||||
|
|
||||||
#include "netlist_exporter.h"
|
#include "netlist_exporter.h"
|
||||||
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
class SEARCH_STACK;
|
class SEARCH_STACK;
|
||||||
|
|
Loading…
Reference in New Issue