git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6389 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2011-06-13 23:54:13 +00:00
parent 693e756eae
commit dde2b01e0e
1 changed files with 6 additions and 0 deletions

View File

@ -114,4 +114,10 @@ typedef int bigint;
} }
// settings to enable LAMMPS build under Windows
#ifdef _WIN32
#include "lmp_windows.h"
#endif
#endif #endif