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 db1c236e authored by kraus's avatar kraus
Browse files

<cstring> is missing in two source files

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