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 @@
#include <algorithm>
#include <stdarg.h>
#include <time.h>
#include <cstring>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
......
#include <cstring>
#include "ValueReader.h"
#include "MacroReader.h"
......
......@@ -22,6 +22,7 @@
#ifndef AMDIS_VALUEREADER_H
#define AMDIS_VALUEREADER_H
#include <cstring>
#include "DOFVector.h"
#include "Mesh.h"
......
#include <algorithm>
#include <cstring>
#include "ValueWriter.h"
#include "DOFVector.h"
......
......@@ -2,6 +2,7 @@
#include <typeinfo>
#include <math.h>
#include <stdio.h>
#include <cstring>
#include "Global.h"
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