Added a missing header in netlist_exporter_spice.h

This commit is contained in:
Maciej Suminski 2016-08-15 17:16:54 +02:00
parent 0ef866ee74
commit 41b75f0105
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#define NETLIST_EXPORTER_PSPICE_H
#include "netlist_exporter.h"
#include <list>
#include <map>
class SEARCH_STACK;