Moved the cstring include around in order to compile under gcc 4.3.3

This commit is contained in:
Harry Moffat 2009-09-22 22:09:36 +00:00
parent 15c9ca0294
commit bdac70a563

View file

@ -15,6 +15,8 @@
#ifndef _VCS_INTERNAL_H
#define _VCS_INTERNAL_H
#include <cstring>
#include "vcs_defs.h"
#include "vcs_DoubleStarStar.h"
#include "vcs_Exception.h"
@ -324,7 +326,6 @@ namespace VCSnonideal {
//! available if this ever fails.
#define USE_MEMSET
#ifdef USE_MEMSET
#include <cstring>
//! Zero a double vector
/*!