Browse Source

Readd <config.h> to ngspice.cpp

This file should really be included first from any source file, because it
contains platform specific workarounds.

This also groups includes a bit by source.
pull/16/head
Simon Richter 6 years ago
committed by Ian McInerney
parent
commit
f87dc08801
  1. 7
      eeschema/sim/ngspice.cpp

7
eeschema/sim/ngspice.cpp

@ -25,11 +25,16 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
#include "ngspice.h"
#include "spice_reporter.h"
#include <common.h> // LOCALE_IO
#include <common.h>
#include <wx/stdpaths.h>
#include <wx/dir.h>
#include <stdexcept>
using namespace std;

Loading…
Cancel
Save