Unverified Commit c967c095 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct compilation error with exceptions enabled in main.cpp

parent a6bd86eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@
#include <fftw3.h>
#endif

#if defined(LAMMPS_EXCEPTIONS)
#include "exceptions.h"
#endif

using namespace LAMMPS_NS;

/* ----------------------------------------------------------------------