1
0
Fork 0
TheChymera-overlay/media-gfx/mandelbulber/files/mandelbulber-1.12.1-memcpy_...

23 lines
358 B
Diff

http://bugs.gentoo.org/464972
--- src/texture.cpp
+++ src/texture.cpp
@@ -5,6 +5,7 @@
* Author: krzysztof
*/
#include <stdio.h>
+#include <string.h>
#include "texture.hpp"
#include "files.h"
--- src/timeline.cpp
+++ src/timeline.cpp
@@ -6,6 +6,7 @@
*/
#include <cstdlib>
+#include <cstring>
#include "timeline.hpp"
#include "files.h"