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.
This commit is contained in:
Simon Richter 2020-01-21 19:52:59 +01:00 committed by Ian McInerney
parent da222d96b1
commit f87dc08801
1 changed files with 6 additions and 1 deletions

View File

@ -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;