Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 46e7f4dc authored by kraus's avatar kraus
Browse files

Merge branch 'missingHeaders' into 'master'

<cstring> is missing in two source files

See merge request !443
parents 076d15a8 db1c236e
No related branches found
No related tags found
1 merge request!443<cstring> is missing in two source files
......@@ -30,6 +30,7 @@
#include "Utility/IpplInfo.h"
#include "Utility/Inform.h"
#include <cstring>
///////////////////////////////////////////////////////////////////////////
// Constructor: read and parse the given meta file
......
......@@ -4,6 +4,8 @@
#include "Structure/IpplInfoWrapper.h"
#include <cstring>
IpplInfoWrapper::IpplInfoWrapper(const std::string &inputFileName, int infoLevel, int warnLevel, MPI_Comm comm) {
std::string infoLevelStr = std::to_string(infoLevel);
std::string warnLevelStr = std::to_string(warnLevel);
......
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