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
|
||||
|
||||
#include "netlist_exporter.h"
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
class SEARCH_STACK;
|
||||
|
|
Loading…
Reference in New Issue