Fix compilation fail (cstring include)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glmark2 |
Fix Committed
|
Undecided
|
Jesse Barker |
Bug Description
Compilation fail:
[ 8/372] cxx: src/mesh.cpp -> build/src/
../src/
../src/
Fix (apllied in Gentoo)
diff -Naur a/glmark2/
--- a/glmark2/
+++ b/glmark2/
@@ -21,6 +21,7 @@
*/
#include <png.h>
#include <jpeglib.h>
+#include <cstring>
#include <memory>
#include "image-reader.h"
Changed in glmark2: | |
assignee: | nobody → Jesse Barker (jesse-barker) |
status: | New → Fix Committed |