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:
parent
da222d96b1
commit
f87dc08801
|
@ -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…
Reference in New Issue