Moved the cstring include around so that it will compile under gcc 4.3.3.
This commit is contained in:
parent
55bd4a766a
commit
b093f02473
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue