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
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 4 additions and 0 deletions

View File

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