Update bond_nonlinear.cpp

This commit is contained in:
Evangelos Voyiatzis 2020-04-01 15:15:25 +02:00 committed by GitHub
parent ba81e6a955
commit e93920bb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "bond_nonlinear.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
#include "neighbor.h"
#include "comm.h"