Skip to content

Commit

Permalink
Added <string.h> include to src/base/spacegroup.cpp to fix OS-F build.
Browse files Browse the repository at this point in the history
  • Loading branch information
t.youngs committed Sep 19, 2008
1 parent ff65cba commit d6116d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/aten.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include "templates/namemap.h"

#define ATENVERSION "0.99"
#define ATENREVISION "638"
#define ATENDATE "Wed 17 Sep - 16:34"
#define ATENREVISION "640"
#define ATENDATE "Fri 19 Sep - 13:21"
#define ATENURL "http://aten.googlecode.com/svn/trunk"

// Forward Declarations
Expand Down
1 change: 1 addition & 0 deletions src/base/spacegroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "base/generator.h"
#include "base/sysfunc.h"
#include "classes/cell.h"
#include <string.h>

// Singleton declaration
SpacegroupMap spacegroups;
Expand Down

0 comments on commit d6116d5

Please sign in to comment.