Skip to content
Snippets Groups Projects
Commit 9a0c883b authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Merge branch 'master' into 'master'

Fixed memcpy include error.

See merge request VR-Group/webstreamer!1
parents 952a8366 de5e0b48
No related branches found
No related tags found
1 merge request!1Fixed memcpy include error.
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "webstreamer/keyboard_event.hpp" #include "webstreamer/keyboard_event.hpp"
#include <cassert> #include <cassert>
#include <cstring>
#include <stdexcept> #include <stdexcept>
namespace webstreamer { namespace webstreamer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment