Skip to content
Snippets Groups Projects
Commit b793315e authored by Ryan-LaMothe-PNNL's avatar Ryan-LaMothe-PNNL
Browse files

Merge pull request #18 from iotamudelta/master

Include missing string headers for the string from char[] constructio…
parents 9a784c83 d229a88a
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
#include <map>
#include <vector>
#include <stdio.h>
#include <string>
void setMap(std::map<cl_int, const char*>& errorMap) {
errorMap[CL_SUCCESS] = "success";
......
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