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

This commit is contained in:
sjplimp
2012-02-03 16:24:17 +00:00
parent cd78615a7b
commit 301e696b5e
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ __________________________________________________________________________
#include "commandline.h" #include "commandline.h"
#include "glsurface.h" #include "glsurface.h"
#include <limits> #include <limits>
#include <cstring>
// Describe the program parameters // Describe the program parameters
void Describe(CommandLine &cl,ostream &out); void Describe(CommandLine &cl,ostream &out);

View File

@ -12,6 +12,7 @@
***************************************************************************/ ***************************************************************************/
#include "error.h" #include "error.h"
#include <cstring>
Notice::Notice() { Notice::Notice() {
nullout=new ostream(NULL); nullout=new ostream(NULL);

View File

@ -25,6 +25,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <assert.h>
using namespace std; using namespace std;