Skip to content

Commit

Permalink
Add include <cstring> to resolve memcpy() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Apr 15, 2015
1 parent 7b51550 commit 3a0bffd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Renderer/Scene.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#define RAINY_SCENE_EXPORT
#include "Scene.h"

#include <cstring>

namespace rainy {

Scene::Scene()
Expand Down

0 comments on commit 3a0bffd

Please sign in to comment.