graphics/mandelbulber: #include <cstring> for memcpy and memset
This commit is contained in:
parent
400b47840a
commit
3b24a5e1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376080
10
graphics/mandelbulber/files/patch-src_texture.cpp
Normal file
10
graphics/mandelbulber/files/patch-src_texture.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/texture.cpp.orig 2012-12-02 16:22:54 UTC
|
||||
+++ src/texture.cpp
|
||||
@@ -4,6 +4,7 @@
|
||||
* Created on: 2010-02-07
|
||||
* Author: krzysztof
|
||||
*/
|
||||
+#include <cstring>
|
||||
#include <stdio.h>
|
||||
#include "texture.hpp"
|
||||
#include "files.h"
|
10
graphics/mandelbulber/files/patch-src_timeline.cpp
Normal file
10
graphics/mandelbulber/files/patch-src_timeline.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/timeline.cpp.orig 2012-12-02 16:22:54 UTC
|
||||
+++ src/timeline.cpp
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <cstdlib>
|
||||
+#include <cstring>
|
||||
|
||||
#include "timeline.hpp"
|
||||
#include "files.h"
|
Loading…
Reference in New Issue
Block a user