Skip to content
Snippets Groups Projects
Commit 2f60c455 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* Added <cstring>

parent 4194d58c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <algorithm> #include <algorithm>
#include <stdarg.h> #include <stdarg.h>
#include <time.h> #include <time.h>
#include <cstring>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
......
#include <cstring>
#include "ValueReader.h" #include "ValueReader.h"
#include "MacroReader.h" #include "MacroReader.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#ifndef AMDIS_VALUEREADER_H #ifndef AMDIS_VALUEREADER_H
#define AMDIS_VALUEREADER_H #define AMDIS_VALUEREADER_H
#include <cstring>
#include "DOFVector.h" #include "DOFVector.h"
#include "Mesh.h" #include "Mesh.h"
......
#include <algorithm> #include <algorithm>
#include <cstring>
#include "ValueWriter.h" #include "ValueWriter.h"
#include "DOFVector.h" #include "DOFVector.h"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <typeinfo> #include <typeinfo>
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include <cstring>
#include "Global.h" #include "Global.h"
namespace AMDiS { namespace AMDiS {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment