forked from lijiext/lammps
correct compilation error with exceptions enabled in main.cpp
This commit is contained in:
parent
a6bd86eb77
commit
c967c09561
|
@ -23,6 +23,10 @@
|
|||
#include <fftw3.h>
|
||||
#endif
|
||||
|
||||
#if defined(LAMMPS_EXCEPTIONS)
|
||||
#include "exceptions.h"
|
||||
#endif
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue