graphics/mandelbulber: #include <cstring> for memcpy and memset

This commit is contained in:
John Marino 2015-01-03 03:51:13 +00:00
parent 400b47840a
commit 3b24a5e1d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376080
2 changed files with 20 additions and 0 deletions

View 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"

View 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"