correct compilation error with exceptions enabled in main.cpp

This commit is contained in:
Axel Kohlmeyer
2019-08-01 08:14:27 -04:00
parent a6bd86eb77
commit c967c09561

View File

@ -23,6 +23,10 @@
#include <fftw3.h>
#endif
#if defined(LAMMPS_EXCEPTIONS)
#include "exceptions.h"
#endif
using namespace LAMMPS_NS;
/* ----------------------------------------------------------------------