Moved the cstring include around in order to compile under gcc 4.3.3
This commit is contained in:
parent
15c9ca0294
commit
bdac70a563
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